Skip to content

Commit

Permalink
Fix gh api PATCH command
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbuckley committed Jul 22, 2024
1 parent 9d5231b commit 5a6f7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Update GitHub bio
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: gh api --PATCH user -F "bio=${{ format('{0} at {1}', needs.check-role.outputs.role, needs.check-role.outputs.company) }}"
run: gh api -X PATCH user -F "bio=${{ format('{0} at {1}', needs.check-role.outputs.role, needs.check-role.outputs.company) }}"
- name: Set up git repo for main site
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5a6f7c1

Please sign in to comment.