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 82719fc commit 3e6b2cfCopy full SHA for 3e6b2cf
.github/workflows/update-timestamps.yml
@@ -129,7 +129,7 @@ jobs:
129
GH_TOKEN: ${{ github.token }}
130
131
- name: Create PR
132
- if: steps.pr-check.outputs.pr_exists == '0'
+ if: steps.pr-check.outputs.pr_exists == '1'
133
run: gh pr create --title "[Auto] Bump repo timestamps to latest" --base main --head auto/bump-timestamps --body "Updated Release Train timestamps in defaults.yml with latest from Ark"
134
env:
135
0 commit comments