Skip to content

Commit

Permalink
[share github action workflow] Fix default ref (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored May 17, 2024
1 parent 2fc1e34 commit aa1964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
ref:
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
required: false
default: ${{ github.ref }}
default: ${{ github.sha }}
type: string
tests-prefix:
description: "Workflows file name prefix to run as tests"
Expand Down

0 comments on commit aa1964c

Please sign in to comment.