]> source.dussan.org Git - gitblit.git/commit
ci: Replace set-output command with echo to GITHUB_OUTPUT 1430/head
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Wed, 26 Oct 2022 17:27:32 +0000 (19:27 +0200)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Thu, 27 Oct 2022 21:34:21 +0000 (23:34 +0200)
commitc950ce3d9b186ff7812a661b6afb3be34d26dd4d
tree613eab53ec893810e6af2ff0d1e3afa4a11bd125
parentb9cf503e7873e3a18fbf2a05b0b59ea95d866048
ci: Replace set-output command with echo to GITHUB_OUTPUT

The `set-output` command was deprecated. The new way to set an output
parameter for a step is to echo to the file stored in `$GITHUB_OUTPUT`
.github/workflows/nightly-build.yml