Skip to content

Commit

Permalink
chore(ci) a step cannot have both the uses and run keys (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriPro committed Jan 10, 2022
1 parent d39cbf9 commit 2d82abe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
path: dist/*
if-no-files-found: error
- name: Commit files
uses: actions/checkout@v2
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
run: |
date > generated.txt
git config user.name github-actions
Expand Down

0 comments on commit 2d82abe

Please sign in to comment.