diff options
| -rw-r--r-- | .github/actions/flake-update/action.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/flake-update/action.yaml b/.github/actions/flake-update/action.yaml index 2485186..bb80fbe 100644 --- a/.github/actions/flake-update/action.yaml +++ b/.github/actions/flake-update/action.yaml @@ -30,6 +30,7 @@ runs: token: ${{ inputs.update-token }} - name: auto-merge pull request + shell: bash run: gh pr merge --auto --rebase "$PR_ID" env: GITHUB_TOKEN: ${{ inputs.update-token }} |
