Skip to content

Commit

Permalink
fix(nix ci): can not use both uses and run
Browse files Browse the repository at this point in the history
  • Loading branch information
aimixsaka committed Jul 26, 2024
1 parent 5cebd1e commit 918604a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/udpate-nix-npm-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: update package-lock.json and npmDepsHash
uses: cachix/install-nix-action@v27
run: ./update-nix-npm-dep.sh
with:
github_access_token: ${{ secrets.ACTION_TOKEN }}
- run: ./update-nix-npm-dep.sh

- name: create github pr
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 918604a

Please sign in to comment.