fix: remove deprecated ::set-output
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
8e25a6e9b0
commit
793e4ac3a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Extract branch name 🕊
|
- name: Extract branch name 🕊
|
||||||
id: get-branch
|
id: get-branch
|
||||||
run: echo "::set-output name=current_branch::${GITHUB_REF##*/}"
|
run: echo "current_branch=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
|
||||||
ci:
|
ci:
|
||||||
name: 'CI'
|
name: 'CI'
|
||||||
needs:
|
needs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue