Skip to content

Commit f9b57e9

Browse files
committed
Revert "Make sure the workspace directory always exists"
This reverts commit d0654d4.
1 parent d0654d4 commit f9b57e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ runs:
3535
with:
3636
name: ${{ inputs.workflow-artifact-name }}
3737
path: ${{ github.action_path }}/.tmp
38-
- name: Ensure the workspace directory exists
39-
run: mkdir -pv '${{ github.workspace }}'
40-
shell: bash
4138
- name: Get the source out of the tarball
4239
run: >-
4340
tar xzvf ${{ inputs.source-tarball-name }}

0 commit comments

Comments
 (0)