Skip to content

Commit

Permalink
Fix action_path
Browse files Browse the repository at this point in the history
Pull Request: #3 (main)
  • Loading branch information
dimikot committed Feb 28, 2024
1 parent 20a47a3 commit 804e57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
steps:
- name: Run ci-storage ${{ inputs.action }}
run: >
pwd && "${{ github.action_path }}ci-storage"
pwd && "${{ github.action_path }}/ci-storage"
--storage-host="${{ inputs.storage-host || '' }}"
--storage-dir="${{ inputs.storage-dir || '' }}"
--storage-max-age-sec="${{ inputs.storage-max-age-sec || '' }}"
Expand Down

0 comments on commit 804e57c

Please sign in to comment.