We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1293f43 commit 46789b7Copy full SHA for 46789b7
1 file changed
action.yml
@@ -62,10 +62,10 @@ runs:
62
ref: master
63
token: ${{ inputs.pat }}
64
65
- - name: Check out current repository
66
- uses: actions/checkout@v5
67
- with:
68
- path: source
+ # - name: Check out current repository
+ # uses: actions/checkout@v5
+ # with:
+ # path: source
69
70
# - name: Zip Markdown files
71
# shell: bash
0 commit comments