Skip to content

Commit b567fa9

Browse files
fix: update refs
1 parent 9a7c5b9 commit b567fa9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sync-fork.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Sync Fork
99
runs-on: ubuntu-latest
1010
outputs:
11-
upstream_tag: ${{ steps.upstream_tag.upstream_tag}}
11+
upstream_tag: ${{ steps.philips_tag.upstream_tag}}
1212

1313
steps:
1414
- name: Checkout forked repository
@@ -25,7 +25,7 @@ jobs:
2525
echo "Latest tag on the forked branch: $LATEST_TAG"
2626
echo "fork_tag=$LATEST_TAG" >> $GITHUB_ENV
2727
- name: Upstream tag
28-
id: upstream_tag
28+
id: philips_tag
2929
run: |
3030
# Fetch the latest release using GitHub API
3131
LATEST_TAG=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
@@ -120,9 +120,9 @@ jobs:
120120
steps:
121121
- name: Download zips
122122
run: |
123-
wget "https://github.com/philips-labs/terraform-aws-github-runner/releases/download/${{ needs.sync-fork.outputs.upstream_tag }}/runners.zip"
124-
wget "https://github.com/philips-labs/terraform-aws-github-runner/releases/download/${{ needs.sync-fork.outputs.upstream_tag }}/webhook.zip"
125-
wget "https://github.com/philips-labs/terraform-aws-github-runner/releases/download/${{ needs.sync-fork.outputs.upstream_tag }}/runner-binaries-syncer.zip"
123+
wget https://github.com/philips-labs/terraform-aws-github-runner/releases/download/${{ needs.sync-fork.outputs.upstream_tag }}/runners.zip
124+
wget https://github.com/philips-labs/terraform-aws-github-runner/releases/download/${{ needs.sync-fork.outputs.upstream_tag }}/webhook.zip
125+
wget https://github.com/philips-labs/terraform-aws-github-runner/releases/download/${{ needs.sync-fork.outputs.upstream_tag }}/runner-binaries-syncer.zip
126126
- name: Configure AWS credentials via OIDC
127127
id: oidc-creds
128128
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)