Skip to content

Commit

Permalink
okay
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed May 25, 2024
1 parent 3d7a93a commit a9f89e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/gha-simver/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ runs:
- name: install simver
shell: bash
working-directory: __simver__
run: "go install ./cmd/simver-gha"
run: "go install ./cmd/gha-simver"

- name: run simver
shell: bash
working-directory: __source__
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
run: "simver-gha --read-only=false --path=."
run: "gha-simver --read-only=false --path=."

0 comments on commit a9f89e2

Please sign in to comment.