Skip to content

Commit 9c7cb5e

Browse files
authored
Merge branch 'main' into 0-0-1-preps
2 parents 3475c41 + f045589 commit 9c7cb5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tpip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: TPIP
22

33
on:
44
push:
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
report:
17-
name: Generate Third-Party licenses report
17+
name: Generate report
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Commit changes
3636
run: |
37-
git config --local user.email "[email protected]
37+
git config --local user.email "[email protected]"
3838
git config --local user.name "GitHub Action"
3939
git add TPIP.md
4040
git commit -m "Update third-party licenses report [skip ci]"

0 commit comments

Comments
 (0)