Skip to content

Commit 0d7bdc9

Browse files
authored
Update license-header.yml
1 parent b8b48f0 commit 0d7bdc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/license-header.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
run: |
3232
git add .
3333
git commit -m "chore: add license headers to source files" || true
34-
git push origin ${branch_name}
34+
# git push origin ${branch_name}
35+
git push --set-upstream origin ${branch_name}
3536
echo "BRANCH_NAME=${branch_name}" >> $GITHUB_ENV
3637
- name: Create Pull Request
3738
uses: peter-evans/create-pull-request@v7.0.8

0 commit comments

Comments
 (0)