File tree Expand file tree Collapse file tree 5 files changed +1
-400
lines changed Expand file tree Collapse file tree 5 files changed +1
-400
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7575 - name : Run build and test
7676 run : |
7777 yarn all
78- env :
79- GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FORK : ${{ github.event.pull_request.head.repo.fork }}
78+
8079
8180 # - name: Verify Changed files
8281 # uses: tj-actions/verify-changed-files@v20
8786 # src
8887 # dist
8988
90- - name : Commit files
91- if : steps.changed_files.outputs.files_changed == 'true' && github.event_name == 'pull_request'
92- run : |
93- git config --local user.email "action@github.com"
94- git config --local user.name "GitHub Action"
95- git add src dist
96- git commit -m "Added missing changes and modified dist assets."
97-
98- - name : Push changes
99- if : steps.changed_files.outputs.files_changed == 'true' && github.event_name == 'pull_request'
100- continue-on-error : true
101- uses : ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # master
102- with :
103- github_token : ${{ secrets.GITHUB_TOKEN }}
104- branch : ${{ github.head_ref }}
105-
106- - name : Upload build assets
107- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108- with :
109- name : build-assets
110- path : dist
111-
112- - name : Run codacy-coverage-reporter
113- uses : codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
114- continue-on-error : true
115- with :
116- project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
117- coverage-reports : coverage/lcov.info
11889
11990 # test-multiple-repositories:
12091 # name: Test with multiple repositories
You can’t perform that action at this time.
0 commit comments