We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5637cf9 + 7722ebb commit 1a8eef6Copy full SHA for 1a8eef6
1 file changed
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
shell: bash
26
run: |
27
if [[ "$GITHUB_REF" == *"/pull/"* ]]; then
28
- echo "##[set-output name=branch;]${GITHUB_HEAD_REF#refs/heads/}"
+ echo "branch=${GITHUB_HEAD_REF#refs/heads/}" >> $GITHUB_OUTPUT
29
else
30
- echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}"
+ echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
31
fi
32
id: extract_branch
33
0 commit comments