Skip to content

Commit 71a3080

Browse files
committed
fix: the tags used in shared github actions
1 parent f6c2a7b commit 71a3080

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/extract-fixtures/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ runs:
2323
with:
2424
repository: ${{ steps.github.outputs.action_repository }}
2525
ref: ${{ steps.github.outputs.action_ref }}
26+
tag: ${{ steps.github.outputs.action_sha || steps.github.outputs.action_ref }}}
2627
dockerfile: Dockerfile
2728
args: extract-fixtures --directory="$OUTPUT" --merged="$MERGED"

.github/actions/test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ runs:
4343
with:
4444
repository: ${{ steps.github.outputs.action_repository }}
4545
ref: ${{ steps.github.outputs.action_ref }}
46+
tag: ${{ steps.github.outputs.action_sha || steps.github.outputs.action_ref }}}
4647
dockerfile: Dockerfile
4748
opts: --network=host
4849
args: test --url="$URL" --json="$JSON" --specs="$SPECS" --subdomain-url="$SUBDOMAIN" -- ${{ inputs.args }}

0 commit comments

Comments
 (0)