Skip to content

Commit

Permalink
another fix to synch script
Browse files Browse the repository at this point in the history
  • Loading branch information
mountrcg committed Apr 22, 2024
1 parent 0f619c9 commit 90adf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iAPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
# Get ref for mountrcg/iAPS:autoISF
SHA=$(curl -sS https://api.github.com/repos/${{ env.UPSTREAM_REPO }}/git/refs \
| jq '.[] | select(.ref == "refs/heads/main" ) | .object.sha' \
| jq '.[] | select(.ref == "refs/heads/autoISF" ) | .object.sha' \
| tr -d '"'
);
Expand Down

0 comments on commit 90adf25

Please sign in to comment.