Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Dec 6, 2024
1 parent 8f43aaa commit d54b81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/compilers/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ runs:
--env GITHUB_EVENT_NAME
--env GITHUB_SHA
--env GITHUB_HEAD_REF
--env LAUNCHABLE_TOKEN='${{ inputs.LAUNCHABLE_TOKEN }}'
--env LAUNCHABLE_BASE_URL='${{ inputs.LAUNCHABLE_BASE_URL }}'
--env LAUNCHABLE_TOKEN='${{ inputs.launchable-token }}'
--env LAUNCHABLE_BASE_URL='${{ inputs.launchable-url }}'
'ghcr.io/ruby/ruby-ci-image:${{ inputs.tag }}'

0 comments on commit d54b81c

Please sign in to comment.