We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4771f5c commit 664c9dbCopy full SHA for 664c9db
.github/workflows/update-timestamps.yml
@@ -21,11 +21,12 @@ jobs:
21
. venv/bin/activate
22
. environments/.stackhpc/activate
23
git checkout -b auto/bump-timestamps || git checkout auto/bump-timestamps
24
- ansible-playbook ansible/ci/update_timestamps.yml
+ ansible-playbook ansible/ci/update_timestamps.yml -v
25
26
- name: Check if timestamps were changed
27
id: timestamp_check
28
run: |
29
+ set +e
30
git diff --quiet
31
echo "timestamps_changed=$?" >> "$GITHUB_OUTPUT"
32
@@ -70,6 +71,7 @@ jobs:
70
71
- name: Check if PR exists
72
id: pr-check
73
74
75
gh pr list --json headRefName --jq '.[].headRefName' | grep auto/bump-timestamps
76
echo "pr_exists=$?" >> "$GITHUB_OUTPUT"
77
0 commit comments