Skip to content

Commit

Permalink
Replace deprecated command with environment file (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo authored Jul 28, 2024
1 parent 6e18a05 commit d95dcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if ${{github.event_name == 'workflow_dispatch'}}; then
BRANCH=$(git describe --abbrev=0 --tags)
fi
echo ::set-output name=BRANCH::$(echo ${BRANCH} | cut -d '.' -f1-2 | tr -d 'v')
echo "BRANCH=$(echo ${BRANCH} | cut -d '.' -f1-2 | tr -d 'v')" >> $GITHUB_OUTPUT
- name: Create a github branch
uses: peterjgrainger/action-create-branch@v3.0.0
Expand Down

0 comments on commit d95dcdb

Please sign in to comment.