We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d375ef commit 68d51a7Copy full SHA for 68d51a7
.github/workflows/license.yml
@@ -20,7 +20,7 @@ jobs:
20
git config user.email [email protected]
21
git add pr-checker/linters/config/java.header
22
git commit -m "Update license year"
23
- git push origin pr-checker:license-update #change pr-checker to qa
+ git push origin qa:license-update
24
- name: Create pull request
25
uses: actions/github-script@v3
26
with:
0 commit comments