Skip to content

Commit e9d12c7

Browse files
authored
Update outage_notifier.yaml
additional git pull to resolve temporary race condition with the other action.
1 parent 1d13a45 commit e9d12c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/outage_notifier.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
continue-on-error: true
7474
if: success()
7575
run: |
76+
git pull origin main
7677
git add last_file_pse_test.txt
7778
git commit -m "updating file to track latest processed commit for PSE"
7879
git push -u origin main
@@ -92,6 +93,7 @@ jobs:
9293
continue-on-error: true
9394
if: success()
9495
run: |
96+
git pull origin main
9597
git add last_file_scl_test.txt
9698
git commit -m "updating file to track latest processed commit for SCL"
9799
git push -u origin main
@@ -111,6 +113,7 @@ jobs:
111113
continue-on-error: true
112114
if: success()
113115
run: |
116+
git pull origin main
114117
git add last_file_snopud_test.txt
115118
git commit -m "updating file to track latest processed commit for snopud"
116119
git push -u origin main

0 commit comments

Comments
 (0)