Skip to content

Commit

Permalink
setup & getopa
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Nov 15, 2024
1 parent 5d393c3 commit 3f2f360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-dependencies-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ runs:
- name: Download OPA executable
shell: powershell
run: python download_opa.py -v ${{ inputs.opa-version }} -os ${{ inputs.operating-system }}
run: |
scubagoggles setup -d ~/scubagoggles -r ~/scubagoggles -c ./credentials.json
scubagoggles getopa -c -v ${{ inputs.opa-version }}

0 comments on commit 3f2f360

Please sign in to comment.