Skip to content

Commit

Permalink
Update npm-generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Apr 11, 2024
1 parent 411a4aa commit 31bcde3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/npm-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm test
- id: add-commit-push
uses: actions4git/add-commit-push@v1
run: |
git config --global user.name "actions[bot]"
git config --global user.email "actions@github.com"
git add -A
git commit -m "Automated changes"
git push -u origin main
npm-publish:
needs: npm-generate
if: needs.npm-generate.outputs.pushed
Expand Down

0 comments on commit 31bcde3

Please sign in to comment.