From 4a884e7797da978e1b4cf8e5cdf57a287c1bfaf5 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 2 Jul 2023 21:50:18 -0400 Subject: ci: specify shell in flake-update action --- .github/actions/flake-update/action.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/actions/flake-update') 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 }} -- cgit v1.2.3