Skip to content

Commit

Permalink
Use the public users API, not the logged in user
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbuckley authored Sep 4, 2024
1 parent 8315210 commit c7e04f6
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 @@ -45,7 +45,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "existing=$(gh api user -q .bio)" >> $GITHUB_OUTPUT
echo "existing=$(gh api users/${{ github.repository_owner }} -q .bio)" >> $GITHUB_OUTPUT
echo "role=$(awk -v col=4 -f _src/role.awk _src/cv.tex)" >> $GITHUB_OUTPUT
echo "company=$(awk -v col=8 -f _src/role.awk _src/cv.tex)" >> $GITHUB_OUTPUT
- name: Compare roles
Expand Down

0 comments on commit c7e04f6

Please sign in to comment.