We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b10cb commit e0d8839Copy full SHA for e0d8839
.github/workflows/issue-manager.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
GITHUB_CONTEXT: ${{ toJson(github) }}
29
run: echo "$GITHUB_CONTEXT"
30
- - uses: tiangolo/[email protected].0
+ - uses: tiangolo/[email protected].1
31
with:
32
token: ${{ secrets.GITHUB_TOKEN }}
33
config: >
0 commit comments