We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8024ce commit a0be007Copy full SHA for a0be007
.github/workflows/wrap_branch.yml
@@ -65,7 +65,7 @@ jobs:
65
66
# Base branch name
67
- name: Get base branch name
68
- run: echo "BASE_BRANCH=$(python get_base_branch.py ${{ github.ref_name }})" >> $GITHUB_ENV
+ run: echo "BASE_BRANCH=$(python .github/workflows/get_base_branch.py ${{ github.ref_name }})" >> $GITHUB_ENV
69
70
# Create pull request
71
- name: Create Pull Request
0 commit comments