File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments