Skip to content

Commit

Permalink
Fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 12, 2024
1 parent 796ddc8 commit 18839e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:

- name: Install and test
run: |
nix develop --command bash -c "pnpm i && pnpm t && pnpm -F @darksoil-studio/tasks build"
nix develop --no-update-lock-file --command bash -c "pnpm i && pnpm t && pnpm -F @darksoil-studio/tasks build"
4 changes: 2 additions & 2 deletions .github/workflows/update-flake-inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
if: steps.changes.outputs.flake_lock == 'true' || steps.changes.outputs.package_json == 'true'
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_SECRET }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Enable Pull Request Automerge
if: (steps.changes.outputs.flake_lock == 'true' || steps.changes.outputs.package_json == 'true') && steps.cpr.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.GITHUB_SECRET }}
token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18839e6

Please sign in to comment.