Skip to content

Commit

Permalink
fastlane Readme & corrections
Browse files Browse the repository at this point in the history
try fix for create alive

another fix to synch script
  • Loading branch information
mountrcg committed Apr 22, 2024
1 parent 9fda76c commit 4a7f173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_iAPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Get ref for mountrcg/iAPS:main
# 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 '"'
);
# Create alive branch based on mountrcg/iAPS:dev
# Create alive branch based on mountrcg/iAPS:autoISF
gh api \
--method POST \
-H "Authorization: token $GITHUB_TOKEN" \
Expand Down

0 comments on commit 4a7f173

Please sign in to comment.