Skip to content

Commit 3e6b2cf

Browse files
committed
fixed pr not being created
1 parent 82719fc commit 3e6b2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-timestamps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
GH_TOKEN: ${{ github.token }}
130130

131131
- name: Create PR
132-
if: steps.pr-check.outputs.pr_exists == '0'
132+
if: steps.pr-check.outputs.pr_exists == '1'
133133
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"
134134
env:
135135
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)