Skip to content

Commit 7e9c21d

Browse files
committed
Updating github-config
1 parent 95d6048 commit 7e9c21d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/update-builder-toml.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
- name: Check out
8585
uses: actions/checkout@v6
8686

87-
8887
- name: Checkout branch
8988
uses: paketo-buildpacks/github-config/actions/pull-request/checkout-branch@main
9089
with:
@@ -137,7 +136,7 @@ jobs:
137136
fi
138137
139138
- name: Open Pull Request
140-
if: ${{ steps.check-if-commits.outputs.commits == '0' }}
139+
if: ${{ steps.check-if-commits.outputs.commits != '0' }}
141140
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
142141
with:
143142
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)