Skip to content

Commit dcc9232

Browse files
committed
fix: create and use actions folder
1 parent e9ae4b7 commit dcc9232

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ runs:
3131
- name: Download Scripts
3232
shell: bash
3333
run: |
34+
mkdir -p .github/actions
35+
cd .github/actions
3436
wget https://github.com/robaone/initialize-action/archive/refs/tags/v${{ inputs.script-version }}.zip -O scripts.zip
3537
- name: Unzip scripts
3638
shell: bash

0 commit comments

Comments
 (0)