Skip to content

Commit 9ecf27d

Browse files
committed
fix
1 parent b5fea3d commit 9ecf27d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/compilers/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ runs:
7979

8080
- name: Enable Launchable conditionally
8181
id: enable-launchable
82-
run: echo "enable-launchable=false" >> $GITHUB_OUTPUT
82+
run: echo "enable-launchable=true" >> $GITHUB_OUTPUT
8383
shell: bash
8484
if: >-
8585
${{
@@ -122,4 +122,6 @@ runs:
122122
--env GITHUB_EVENT_NAME
123123
--env GITHUB_SHA
124124
--env GITHUB_HEAD_REF
125+
--env LAUNCHABLE_TOKEN='${{ secrets.LAUNCHABLE_TOKEN }}'
126+
--env LAUNCHABLE_BASE_URL='${{ secrets.LAUNCHABLE_BASE_URL }}'
125127
'ghcr.io/ruby/ruby-ci-image:${{ inputs.tag }}'

0 commit comments

Comments
 (0)