diff options
| author | seth <[email protected]> | 2023-11-14 02:17:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-14 02:17:20 -0500 |
| commit | 7f39451ddbff09f2e5e519aa2c6471ec62ac3d8e (patch) | |
| tree | 208ba45a02ddfe762dab092cb6abdebc74968e3e /.github/workflows/update-flake.yaml | |
| parent | 5de11a91f1d6ff6cee5a4c90666f33a6dd7a4f64 (diff) | |
ci: let cf deploy
Diffstat (limited to '.github/workflows/update-flake.yaml')
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 3cdc03d..0ff5bb9 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -23,7 +23,7 @@ jobs: with: token: ${{ github.token }} - - name: enable auto-merge + - name: merge pr shell: bash run: gh pr merge --rebase "$PR_ID" env: |
