Skip to content

Commit

Permalink
ci: use github context
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Jun 10, 2024
1 parent 2725952 commit cf877e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
steps:
- name: Set git config
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
Expand Down

0 comments on commit cf877e5

Please sign in to comment.