We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61124f6 commit 1cc4bc2Copy full SHA for 1cc4bc2
.github/workflows/sync-fork.yaml
@@ -29,8 +29,8 @@ jobs:
29
run: |
30
# Fetch the latest release using GitHub API
31
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
-
+ https://api.github.com/repos/philips-labs/terraform-aws-github-runner/releases/latest | jq -r '.tag_name')
+
34
echo "Latest upstream tag: $LATEST_TAG"
35
echo "upstream_tag=$LATEST_TAG" >> $GITHUB_ENV
36
- name: Compare Image Tags
0 commit comments