Skip to content

Commit

Permalink
fix(getsops): correct action script path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Jul 30, 2024
1 parent 565e428 commit 23073fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getsops/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
steps:
- name: Set version
shell: bash
run: action.sh
run: getsops/action.sh
env:
INPUT_VERSION: ${{ inputs.version }}

0 comments on commit 23073fb

Please sign in to comment.