diff options
| author | seth <[email protected]> | 2023-10-17 18:28:08 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-17 18:28:19 -0400 |
| commit | c2f54f3ca8c233290343f16e134dbd478838b1b0 (patch) | |
| tree | 95b975d1123894bb8abe25e9f7d7b684965926be /.github/workflows | |
| parent | 8dcaf900133c9265dbdda7dd707e930c94135106 (diff) | |
docs: expand readme
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/staging-automerge.yaml | 10 |
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 }} |
