Skip to content

Commit b589757

Browse files
committed
remove debug
1 parent cb4d929 commit b589757

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/ycharts_patch_tag.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
git checkout master
3434
git fetch --tags --force origin
3535
LATEST_TAG=$(git describe --tags --abbrev=0)
36-
37-
echo "DEBUG LATEST TAG"
38-
echo $LATEST_TAG
3936
4037
if [ $(git tag -l "$LATEST_TAG-ycharts") ] || [[ $LATEST_TAG == *"-ycharts" ]]; then
4138
echo "tag_exists=true" >> $GITHUB_OUTPUT
@@ -57,9 +54,6 @@ jobs:
5754
git checkout xmlsec-1_2_x
5855
git fetch --tags --force origin
5956
LATEST_TAG=$(git describe --tags --abbrev=0)
60-
61-
echo "DEBUG LATEST TAG"
62-
echo $LATEST_TAG
6357
6458
if [ $(git tag -l "$LATEST_TAG-ycharts") ] || [[ $LATEST_TAG == *"-ycharts" ]]; then
6559
echo "tag_exists=true" >> $GITHUB_OUTPUT
@@ -82,8 +76,8 @@ jobs:
8276
git push origin xmlsec-1_2_x:xmlsec-1_2_x
8377
git push origin --tags --force
8478
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 }}

0 commit comments

Comments
 (0)