From 0d9515ebb63ad56bb5eecec3778c5aca7228bb1f Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 13 Mar 2024 16:38:04 +0100 Subject: [PATCH] Switch sinker repo to SHPC fork --- .github/workflows/merge.yml | 4 ++-- .github/workflows/pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 8dc425b..d412b89 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -21,8 +21,8 @@ jobs: - name: Checkout sinker uses: actions/checkout@master with: - repository: mnasiadka/sinker - ref: refs/heads/target-tag + repository: stackhpc/sinker + ref: refs/heads/stackhpc - name: Install sinker run: make build && cp ./sinker ../ diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 99f4596..3f4ad7c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,8 +19,8 @@ jobs: - name: Checkout sinker uses: actions/checkout@master with: - repository: mnasiadka/sinker - ref: refs/heads/target-tag + repository: stackhpc/sinker + ref: refs/heads/stackhpc - name: Install sinker run: make build && cp ./sinker ../