File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,16 @@ jobs:
7070 needs : commit-sqlx-changes
7171 runs-on : ubuntu-latest
7272 env :
73- OUTPUT1 : $
73+ OUTPUT1 :
7474 steps :
7575 - name : Open pull request
76- if : ${{ OUTPUT1 == 'need_or' }}
76+ if : ${{ needs.commit-sqlx-changes.outputs.output1 == 'need_or' }}
7777 uses : peter-evans/create-pull-request@v7
7878 with :
7979 commit-message : Update SQLX files
8080 committer : Docs.rs developers <docs.rs@users.noreply.github.com>
8181 author : Docs.rs developers <docs.rs@users.noreply.github.com>
8282 signoff : false
83- title : Update SQLX files
8483 delete-branch : true
8584 branch : update-sqlx-pr-${{ github.event.pull_request.number }}
8685 title : Update SQLX files after # ${{ github.event.pull_request.number }} changes
You can’t perform that action at this time.
0 commit comments