Skip to content

Commit

Permalink
fix: the tags used in shared github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Aug 4, 2023
1 parent f6c2a7b commit 71a3080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/extract-fixtures/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ runs:
with:
repository: ${{ steps.github.outputs.action_repository }}
ref: ${{ steps.github.outputs.action_ref }}
tag: ${{ steps.github.outputs.action_sha || steps.github.outputs.action_ref }}}
dockerfile: Dockerfile
args: extract-fixtures --directory="$OUTPUT" --merged="$MERGED"
1 change: 1 addition & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
with:
repository: ${{ steps.github.outputs.action_repository }}
ref: ${{ steps.github.outputs.action_ref }}
tag: ${{ steps.github.outputs.action_sha || steps.github.outputs.action_ref }}}
dockerfile: Dockerfile
opts: --network=host
args: test --url="$URL" --json="$JSON" --specs="$SPECS" --subdomain-url="$SUBDOMAIN" -- ${{ inputs.args }}
Expand Down

0 comments on commit 71a3080

Please sign in to comment.