We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940792e commit 274ad7eCopy full SHA for 274ad7e
action.yml
@@ -38,6 +38,7 @@ runs:
38
39
- name: Generate Random File Name
40
run: echo "OUTPUT_FILE_NAME=$(echo $RANDOM$RANDOM)" >> $GITHUB_ENV
41
+ shell: bash
42
43
- name: Run markdown-checker
44
run: |
0 commit comments