summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/staging-automerge.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/staging-automerge.yaml b/.github/workflows/staging-automerge.yaml
index c49f590..2dd3502 100644
--- a/.github/workflows/staging-automerge.yaml
+++ b/.github/workflows/staging-automerge.yaml
@@ -38,11 +38,11 @@ jobs:
- name: create pr
if: ${{ !steps.check.outputs.skip }}
run: |
- gh pr create \
- --base main \
- --head ${{ github.ref_name }} \
- --title "auto-merge: ${{ github.ref_name }} -> main" \
- --fill
+ gh pr create \
+ --base main \
+ --head ${{ github.ref_name }} \
+ --title "auto-merge: ${{ github.ref_name }} -> main" \
+ --fill
env:
GH_TOKEN: ${{ github.token }}