replace deprecated Gha "set output" (#217)

* Update gen-configs.yaml

fix #200

* Update gen-configs.yaml

* Update gen-configs.yaml

* Update gen-configs.yaml
This commit is contained in:
mi-hol 2023-07-27 03:12:16 +02:00 committed by GitHub
parent 556e10efe0
commit 19897ace2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
# We need to know what branch this is in order to push to the correct branch
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Push configs