Skip to content

Commit

Permalink
fix errors in workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Dec 27, 2023
1 parent 219aa61 commit 29d466c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npx gh-pages -d build -u "github-actions-bot <support+actions@github.com>"
env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 29d466c

Please sign in to comment.