We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5088fdf commit 37eb61bCopy full SHA for 37eb61b
.github/workflows/update-timestamps.yml
@@ -18,7 +18,8 @@ jobs:
18
dev/setup-env.sh
19
. venv/bin/activate
20
. environments/.stackhpc/activate
21
- git checkout -b auto/bump-timestamps || git checkout auto/bump-timestamps
+ git checkout auto/bump-timestamps || git checkout -b auto/bump-timestamps
22
+ git pull origin/bump-timestamps auto/bump-timestamps
23
ansible-playbook ansible/ci/update_timestamps.yml -v
24
25
- name: Check if timestamps were changed
0 commit comments