We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ae4b7 commit dcc9232Copy full SHA for dcc9232
1 file changed
action.yml
@@ -31,6 +31,8 @@ runs:
31
- name: Download Scripts
32
shell: bash
33
run: |
34
+ mkdir -p .github/actions
35
+ cd .github/actions
36
wget https://github.com/robaone/initialize-action/archive/refs/tags/v${{ inputs.script-version }}.zip -O scripts.zip
37
- name: Unzip scripts
38
0 commit comments