Skip to content

Commit 0553966

Browse files
Import 're' module in pagerduty-resolve-alert.yaml
Added import for 're' module to the workflow script.
1 parent e5275f5 commit 0553966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pagerduty-resolve-alert.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
shell: python
1515
run: |
1616
import os
17+
import re
1718
1819
body = """${{ github.event.issue.body }}"""
1920
output_file = os.getenv("GITHUB_OUTPUT")

0 commit comments

Comments
 (0)