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"
22
33on :
44 push :
1717 uses : actions/checkout@v3
1818 with :
1919 fetch-depth : 0
20+ token : ${{ secrets.PAT_TOKEN }}
2021 - name : retag latest commit for testing
2122 run : |
2223 git config user.name 'github-actions'
2627 git tag -a latest -m 'Retag latest commit'
2728 git push origin latest
2829
29- test-action :
30- needs : [add-tag]
31- runs-on : ubuntu-latest
32- steps :
33- - uses : convictional/trigger-workflow-and-wait@v1.6.3
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