Skip to content

Commit

Permalink
Update auto-dependency-update.v1.0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Oppitz committed Oct 23, 2020
1 parent b9582e6 commit c95086f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-dependency-update.v1.0.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 12.x
- name: Install and update dependencies
run: |
git log
git reset --hard ff333c440e94a06408f8055e888b13bcd5796924
npm run update
- name: Commit changed files
run: |
Expand All @@ -46,3 +46,4 @@ jobs:
with:
github_token: ${{ secrets.GIT_PUSH_TOKEN }}
branch: ${{ env.branch }}
force: true

0 comments on commit c95086f

Please sign in to comment.