Skip to content

Commit

Permalink
fix workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed Nov 18, 2023
1 parent ec1f774 commit 9b8bc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
on:
{
workflow_dispatch: null,
workflow_call: null,
workflow_call: { secrets: { GITHUB_TOKEN: { required: true } } },
push: { branches: [main] },
pull_request: { types: [opened, synchronize, reopened, closed] },
},
Expand All @@ -30,7 +30,7 @@
},
{
name: install simver,
run: "go install github.com/walteh/simver/cmd/simver_github_actions@v0.4.1-pr2+1",
run: "go install github.com/walteh/simver/cmd/simver_github_actions@v0.4.1",
},
{
name: run simver,
Expand Down

0 comments on commit 9b8bc0a

Please sign in to comment.