Skip to content

Commit

Permalink
Fix installer: Add arguments to actions/checkout so that it checks ou…
Browse files Browse the repository at this point in the history
…t slsa-framework/slsa-verifier instead of the repo using the Action.

Signed-off-by: kpk47 <kkris@google.com>
  • Loading branch information
kpk47 committed Oct 21, 2022
1 parent c151f47 commit 72786c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/installer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ runs:
steps:
- name: Checkout
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
with:
repository: "slsa-framework/slsa-verifier"
ref: "${{ github.action_ref }}"

- name: Setup Node.js 16
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
Expand Down

0 comments on commit 72786c1

Please sign in to comment.