Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zivnevo authored Aug 19, 2021
1 parent d84c39d commit 02bcc16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ runs:
- uses: actions/checkout@v2
with:
path: repo
- run: |
- shell: sh
run: |
mkdir -p ${{ github.workspace }}/artifacts
chmod a+rw ${{ github.workspace }}/artifacts
- name: Analyze
Expand Down

0 comments on commit 02bcc16

Please sign in to comment.