Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Mar 20, 2024
1 parent ecdb55e commit f263a83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
- name: Create status
shell: bash
run: |
git fetch origin ${{ github.event.inputs.branch }}
echo "COMMIT_SHA=$(git rev-parse origin/${{ github.event.inputs.branch }})" >> $GITHUB_ENV
curl --request POST \
--url https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.sha }} \
--url https://api.github.com/repos/${{ github.repository }}/statuses/$COMMIT_SHA \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
--data '{
Expand Down

0 comments on commit f263a83

Please sign in to comment.