We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6442539 commit c004960Copy full SHA for c004960
.github/workflows/commit-sqlx-changes.yml
@@ -70,17 +70,16 @@ jobs:
70
needs: commit-sqlx-changes
71
runs-on: ubuntu-latest
72
env:
73
- OUTPUT1: $
+ OUTPUT1:
74
steps:
75
- name: Open pull request
76
- if: ${{ OUTPUT1 == 'need_or' }}
+ if: ${{ needs.commit-sqlx-changes.outputs.output1 == 'need_or' }}
77
uses: peter-evans/create-pull-request@v7
78
with:
79
commit-message: Update SQLX files
80
committer: Docs.rs developers <[email protected]>
81
author: Docs.rs developers <[email protected]>
82
signoff: false
83
- title: Update SQLX files
84
delete-branch: true
85
branch: update-sqlx-pr-${{ github.event.pull_request.number }}
86
title: Update SQLX files after #${{ github.event.pull_request.number }} changes
0 commit comments