We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363943e + d1f5281 commit 31a73c1Copy full SHA for 31a73c1
.github/workflows/bump.yml
@@ -13,7 +13,7 @@ jobs:
13
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
14
steps:
15
- name: git checkout
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
- name: Install Nix via Cachix
18
if: env.using_self_hosted_runner_with_nix != 'true'
19
uses: cachix/install-nix-action@v31
@@ -51,3 +51,4 @@ jobs:
51
nix flake check --impure
52
- name: push to origin
53
run: git push
54
+ continue-on-error: true # PRs shouldn't be failed for lacking this permission
0 commit comments