Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed May 25, 2024
1 parent 0bf19ef commit 2916c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/simver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
with:
{
fetch-depth: 0,
repository: "github.com/walteh/simver",
ref: "{{ env.GITHUB_WORKFLOW_SHA }}",
repository: "walteh/simver",
ref: "${{ env.GITHUB_WORKFLOW_SHA }}",
path: "__simver__",
},
},
Expand All @@ -40,7 +40,7 @@
{
name: setup golang,
uses: "actions/setup-go@v4",
with: { go-version: "{{ env.GO_VERSION }}" },
with: { go-version: "${{ env.GO_VERSION }}" },
},
{
name: install dependencies,
Expand Down

0 comments on commit 2916c12

Please sign in to comment.