We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25723cb commit ea77e79Copy full SHA for ea77e79
.github/workflows/python-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Set environment based on branch
53
id: identify
54
run: |
55
- echo "git log -1 --format='%D' ${{ github.ref }} | grep -Eo '[^\/]+$'" >> $BRANCH
+ BRANCH=$(git log -1 --format='%D' ${{ github.ref }} | grep -Eo '[^\/]+$')
56
echo $BRANCH
57
echo "branch_name=${BRANCH}" >> $GITHUB_OUTPUT
58
outputs:
0 commit comments