by shigemk2

当面は技術的なことしか書かない

2022-06-06から1日間の記事一覧

GitHub Actions 環境変数

https://docs.github.com/ja/actions/learn-github-actions/environment-variables 予約語あり。続けて書ける。 name: Greeting on variable day on: workflow_dispatch env: DAY_OF_WEEK: Monday jobs: greeting_job: runs-on: ubuntu-latest env: Greeting…