diff options
| author | Naoto Ono <onoto1998@gmail.com> | 2024-06-24 12:25:39 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-24 13:25:30 +0900 |
| commit | afd42e4db7efc6d00fde2c85fe6e095db3d8e2fb (patch) | |
| tree | 30506daef24992ae772aa367b97a6bf323a89b7d | |
| parent | a22448df9d4232172f88ac765a9dee756496d406 (diff) | |
Use $GITHUB_PATH
| -rw-r--r-- | .github/actions/launchable/setup/action.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/actions/launchable/setup/action.yml b/.github/actions/launchable/setup/action.yml index 6d50318ded..155604983e 100644 --- a/.github/actions/launchable/setup/action.yml +++ b/.github/actions/launchable/setup/action.yml @@ -88,8 +88,7 @@ runs: working-directory: ${{ inputs.srcdir }} run: | set -x - PATH=$PATH:$(python -msite --user-base)/bin - echo "PATH=$PATH" >> $GITHUB_ENV + echo "$(python -msite --user-base)/bin" >> $GITHUB_PATH pip install --user launchable launchable verify || true : # The build name cannot include a slash, so we replace the string here. |
