Skip to content

Commit

Permalink
sha
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 27, 2023
1 parent e0b747f commit 1d6d747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_rebx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
token: ${{ secrets.REBX_TRIGGER_TOKEN }}
repository: dtamayo/reboundx
event-type: trigger_rebx
client-payload: '{"ref": "'"$GITHUB_SHA"'"}'
client-payload: '{"sha": "${{ github.sha }}"}'

#run: |
#echo $GITHUB_SHA
Expand Down

0 comments on commit 1d6d747

Please sign in to comment.