プルリクの末尾にメッセージを埋め込む #49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GITHUB_ENV | |
on: push | |
jobs: | |
share: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "RESULT=Hello" >> "${GITHUB_ENV}" | |
- run: echo "${RESULT}" |