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 907cb61 commit 55f329a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ runs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: print git context
shell: bash
run: "jq . -r <<< '${{ toJson(github) }}' | tee /dev/stderr"
- name: get current action ref
id: get-action-ref
shell: bash
run: "echo \"SIMVER_GITHUB_ACTION_REF=${{ github.action_ref }}\" >> $GITHUB_ENV"
- name: checkout simver code
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: walteh/simver
ref: ${{ github.action_ref }}
ref: ${{ env.SIMVER_GITHUB_ACTION_REF }}
path: "__simver__"
- name: get current go version from go.mod
id: go-version
Expand Down

0 comments on commit 55f329a

Please sign in to comment.