summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-02 21:50:18 -0400
committerseth <[email protected]>2023-07-02 21:50:18 -0400
commit4a884e7797da978e1b4cf8e5cdf57a287c1bfaf5 (patch)
tree97fa98f246b5d13ae201e06589b2c28b7bce58c8 /.github
parent3716419055f11a80c3bab92de343075c15f84be1 (diff)
ci: specify shell in flake-update action
Diffstat (limited to '.github')
-rw-r--r--.github/actions/flake-update/action.yaml1
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 }}