/enjoy-github-actions

GitHub Actions の実験場

Primary LanguageShell

Push Event Status

メモ

公式 Actions

https://github.com/actions

世の中の GitHub Actions の YAML を検索する

https://github.com/search?q=path%3A.github%2Fworkflows&type=Code

::add-path:: コマンド

※ 非推奨のコマンド https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

コマンドが反映されるのは以降のステップ.
また PATH の先頭に追加される.

同じrun内では反映されていない
別のstepには反映されている

::debug:: コマンド

SecretsACTIONS_STEP_DEBUG を true にすると↓のようなデバッグログが出力される.

image

::debug:: コマンドはこのログに追記するためのコマンド.
envACTIONS_STEP_DEBUG: true と書いても意味がないことに注意.

GitHub pages

Public Repository では GitHub Actions の GITHUB_TOKEN によって GitHub pages を更新することはできない.

https://twitter.com/piris314/status/1193758293149155328