Skip to content

Commit 1ed32ac

Browse files
Fix yaml file format
1 parent 36543cb commit 1ed32ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit-sqlx-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
if: ${{ github.event.pull_request.merged }}
7070
needs: commit-sqlx-changes
7171
runs-on: ubuntu-latest
72+
env:
73+
OUTPUT1: $
7274
steps:
73-
- env:
74-
OUTPUT1: $
7575
- name: Open pull request
7676
if: ${{ OUTPUT1 == 'need_or' }}
7777
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)