Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Dec 2, 2024
1 parent 8700347 commit be791d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
with:
name: pac-nix
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: "${{ github.ref != 'refs/heads/main' }}" }
useDaemon: "${{ github.ref == 'refs/heads/main' }}" }
skipPush: "${{ github.ref != 'refs/heads/main' }}"
useDaemon: "${{ github.ref == 'refs/heads/main' }}"

- name: Apply staged patch commits
if: ${{ inputs.patches-b64 }}
Expand Down

0 comments on commit be791d7

Please sign in to comment.