Upgrade to Pro — share decks privately, control downloads, hide ads and more …

20241219 Github Actionsの面倒いところ

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for saka saka
December 24, 2025
3

20241219 Github Actionsの面倒いところ

Avatar for saka

saka

December 24, 2025

Transcript

  1. - name: αʔϏεΛϏϧυ run: | deployctl build --token=${{ inputs.cloud_deploy_token }}

    \ ${{ steps.set_build_flags.outputs.release_flag }} shell: bash
  2. - name: output id: export_endpoint run: echo "api_base_url=${{ env.SERVICE_BASE_URL }}"

    >> $GITHUB_OUTPUT shell: bash - name: use output run: echo "${{ steps.export_endpoint.outputs.api_base_url }}" shell: bash