File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 33
33
git checkout master
34
34
git fetch --tags --force origin
35
35
LATEST_TAG=$(git describe --tags --abbrev=0)
36
-
37
- echo "DEBUG LATEST TAG"
38
- echo $LATEST_TAG
39
36
40
37
if [ $(git tag -l "$LATEST_TAG-ycharts") ] || [[ $LATEST_TAG == *"-ycharts" ]]; then
41
38
echo "tag_exists=true" >> $GITHUB_OUTPUT
57
54
git checkout xmlsec-1_2_x
58
55
git fetch --tags --force origin
59
56
LATEST_TAG=$(git describe --tags --abbrev=0)
60
-
61
- echo "DEBUG LATEST TAG"
62
- echo $LATEST_TAG
63
57
64
58
if [ $(git tag -l "$LATEST_TAG-ycharts") ] || [[ $LATEST_TAG == *"-ycharts" ]]; then
65
59
echo "tag_exists=true" >> $GITHUB_OUTPUT
82
76
git push origin xmlsec-1_2_x:xmlsec-1_2_x
83
77
git push origin --tags --force
84
78
85
- # - name: Send PagerDuty alert on failure
86
- # if: failure()
87
- # uses: miparnisari/action-pagerduty-alert@0.3.2
88
- # with:
89
- # pagerduty-integration-key: ${{ secrets.PAGERDUTY_YCHARTS_DEVOPS_LOW_PRIORITY_EVENTS_API_INTEGRATION_KEY }}
79
+ - name : Send PagerDuty alert on failure
80
+ if : failure()
81
+ uses : miparnisari/action-pagerduty-alert@0.3.2
82
+ with :
83
+ pagerduty-integration-key : ${{ secrets.PAGERDUTY_YCHARTS_DEVOPS_LOW_PRIORITY_EVENTS_API_INTEGRATION_KEY }}
You can’t perform that action at this time.
0 commit comments