File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3535 run : |
3636 go get github.com/google/go-licenses && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
3737
38- - name : Commit and push licence report file
39- uses : ./.github/actions/push-files
40- env :
41- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42- PATH_TO_COMMIT : " third_party_licenses.txt"
43- DESTINATION_BRANCH : " release/${{ env.VERSION }}"
44-
4538 - name : Create deploy configurations
4639 uses : ./.github/actions/gen-install-scripts
4740 with :
6255 PATH_TO_COMMIT : " deploy"
6356 DESTINATION_BRANCH : " release/${{ env.VERSION }}"
6457
58+ - name : Commit and push licence report file
59+ uses : ./.github/actions/push-files
60+ env :
61+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62+ PATH_TO_COMMIT : " third_party_licenses.txt"
63+ DESTINATION_BRANCH : " release/${{ env.VERSION }}"
64+
6565 - name : Commit and push bundle directory
6666 uses : ./.github/actions/push-files
6767 env :
You can’t perform that action at this time.
0 commit comments