Skip to content

Commit

Permalink
fix(getsops): use full action path for script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Aug 1, 2024
1 parent 584ebc8 commit 307fd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ jobs:
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Checkout
uses: actions/checkout@main

- name: Run
uses: ./getsops
uses: nikaro/actions/getsops@fix/getsops
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: getsops/action.sh
run: ${{ github.action_path }}/action.sh
env:
INPUT_VERSION: ${{ inputs.version }}

0 comments on commit 307fd6b

Please sign in to comment.