Skip to content

Commit

Permalink
setting variable properly
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-quix committed Jun 6, 2024
1 parent dad6c8c commit 9f2e91c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: Create new branch
run: |
branch_name="update-changelog"
git checkout -b $branch_name
branch_name="update-changelog"
echo "::set-env name=branch_name::${branch_name}"
git checkout -b $branch_name
- name: Commit changes
run: |
Expand Down

0 comments on commit 9f2e91c

Please sign in to comment.