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 1d13a45 commit e9d12c7Copy full SHA for e9d12c7
.github/workflows/outage_notifier.yaml
@@ -73,6 +73,7 @@ jobs:
73
continue-on-error: true
74
if: success()
75
run: |
76
+ git pull origin main
77
git add last_file_pse_test.txt
78
git commit -m "updating file to track latest processed commit for PSE"
79
git push -u origin main
@@ -92,6 +93,7 @@ jobs:
92
93
94
95
96
97
git add last_file_scl_test.txt
98
git commit -m "updating file to track latest processed commit for SCL"
99
@@ -111,6 +113,7 @@ jobs:
111
113
112
114
115
116
117
git add last_file_snopud_test.txt
118
git commit -m "updating file to track latest processed commit for snopud"
119
0 commit comments