Skip to content

Commit

Permalink
dependabot: update step names
Browse files Browse the repository at this point in the history
  • Loading branch information
gqgs committed Dec 22, 2022
1 parent cc539a3 commit 98099d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Deploy
- name: Commit
run: |
cd dist
git init
git config user.name github-actions
git config user.email [email protected]
git add -A
git commit -m "deploy"
- name: Push changes
- name: Deploy
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 98099d0

Please sign in to comment.