diff options
author | 2021-08-11 14:54:37 -0700 | |
---|---|---|
committer | 2021-08-11 14:54:37 -0700 | |
commit | fcc56a8672c6d80266424de53fc6cf51d46f35e4 (patch) | |
tree | 1476feeca511595f0cf9e05cc534c7c008c0755e | |
parent | d2739dcc4cf64aae14e464bbab46f7504eae67b7 (diff) | |
download | astro-fcc56a8672c6d80266424de53fc6cf51d46f35e4.tar.gz astro-fcc56a8672c6d80266424de53fc6cf51d46f35e4.tar.zst astro-fcc56a8672c6d80266424de53fc6cf51d46f35e4.zip |
don't force push the format commit
-rw-r--r-- | .github/workflows/format.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 455f0258d..bc6834e7c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -28,4 +28,3 @@ jobs: with: commit_message: '[ci] yarn format' branch: ${{ github.head_ref }} - push_options: --force |