bat/.github/workflows
Constantin Nickel 3c59a4203c Replace deprecated set-output GitHub workflow command
The command is deprecated since Oct. 22 and is replaced by writing the
output variables into a file.

```
echo "NAME=${value}" >> $GITHUB_OUTPUT
```
2023-03-14 17:48:07 +01:00
..
CICD.yml Replace deprecated set-output GitHub workflow command 2023-03-14 17:48:07 +01:00