Skip to content

Commit 1cc4bc2

Browse files
fix: url
1 parent 61124f6 commit 1cc4bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-fork.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
# Fetch the latest release using GitHub API
3131
LATEST_TAG=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
32-
https://api.github.com/repos/philips-labs/releases/latest | jq -r '.tag_name')
33-
32+
https://api.github.com/repos/philips-labs/terraform-aws-github-runner/releases/latest | jq -r '.tag_name')
33+
3434
echo "Latest upstream tag: $LATEST_TAG"
3535
echo "upstream_tag=$LATEST_TAG" >> $GITHUB_ENV
3636
- name: Compare Image Tags

0 commit comments

Comments
 (0)