We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9f519 commit 18ae7d9Copy full SHA for 18ae7d9
.github/workflows/readme.yml
@@ -14,6 +14,7 @@ jobs:
14
- run: 'echo "$ISSUE_BODY" > temp.txt'
15
env:
16
ISSUE_BODY: ${{ github.event.issue.body }}
17
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
18
- name: create-readme
19
if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
20
uses: ./action
0 commit comments