Skip to content

Commit

Permalink
Fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcav committed May 10, 2024
1 parent 3fc05fb commit 8bb655d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jsdoc-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
git config credential.helper store
echo "https://darthcav:${{ secrets.GH_PAGES_TOKEN }}@github.com" > ~/.git-credentials
git config user.name ${{ GITHUB_ACTOR }}
git config user.name ${{ env.GITHUB_ACTOR }}
git config user.email ${{ secrets.ACTOR_EMAIL }}
git add .
git commit -m "Deploy JSDoc documentation"
Expand Down

0 comments on commit 8bb655d

Please sign in to comment.