File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
- name : " Test action and package "
1
+ name : " Test cpp-linter- action"
2
2
3
3
on :
4
4
push :
17
17
uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0
20
+ token : ${{ secrets.PAT_TOKEN }}
20
21
- name : retag latest commit for testing
21
22
run : |
22
23
git config user.name 'github-actions'
26
27
git tag -a latest -m 'Retag latest commit'
27
28
git push origin latest
28
29
29
- test-action :
30
- needs : [add-tag]
31
- runs-on : ubuntu-latest
32
- steps :
33
- -
uses :
convictional/[email protected]
34
- with :
35
- owner : cpp-linter
36
- repo : test-cpp-linter-action
37
- github_token : ${{ secrets.PAT_TOKEN }}
38
- workflow_file_name : cpp-lint-action.yml
39
- ref : master
40
- wait_interval : 10
41
- client_payload : ' {}'
42
- propagate_failure : true
43
- trigger_workflow : true
44
- wait_workflow : true
30
+ call-test-action :
31
+ uses : cpp-linter/test-cpp-linter-action/.github/workflows/cpp-lint-action.yml@master
32
+ secrets : inherit
33
+ needs : add-tag
You can’t perform that action at this time.
0 commit comments