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 68feb33 commit e47853bCopy full SHA for e47853b
.github/workflows/issue-subscriber.yml
@@ -21,7 +21,7 @@ jobs:
21
LABEL_NAME: ${{ github.event.label.name }}
22
run: |
23
./github-automation.py \
24
- --token ${{ secrets.ISSUE_SUBSCRIBER_TOKEN }} \
+ --token '${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}' \
25
issue-subscriber \
26
- --issue-number ${{ github.event.issue.number }} \
+ --issue-number '${{ github.event.issue.number }}' \
27
--label-name "$LABEL_NAME"
0 commit comments