diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 03bea41..b2e118a 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Extract branch name 🕊 id: get-branch - run: echo "::set-output name=current_branch::${GITHUB_REF##*/}" + run: echo "current_branch=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT ci: name: 'CI' needs: