We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1f19e commit 32602fdCopy full SHA for 32602fd
1 file changed
.github/workflows/update-builder-toml.yml
@@ -84,7 +84,6 @@ jobs:
84
- name: Check out
85
uses: actions/checkout@v6
86
87
-
88
- name: Checkout branch
89
uses: paketo-buildpacks/github-config/actions/pull-request/checkout-branch@main
90
with:
@@ -137,7 +136,7 @@ jobs:
137
136
fi
138
139
- name: Open Pull Request
140
- if: ${{ steps.check-if-commits.outputs.commits == '0' }}
+ if: ${{ steps.check-if-commits.outputs.commits != '0' }}
141
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
142
143
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
0 commit comments