8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619ac06 commit fe0a1c6Copy full SHA for fe0a1c6
license_copyright/license.yml
@@ -28,7 +28,7 @@ runs:
28
git checkout -b license-update-${{ github.sha }}
29
git commit -m "docs: updating copyright license year"
30
git push origin license-update-${{ github.sha }}:license-update-${{ github.sha }}
31
- - name: Creating and merging the PR
+ - name: Creating a PR
32
shell: bash
33
run: |
34
if [[ $(git log --branches --not --remotes) ]]; then
0 commit comments