File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88
9+ # ##########################################
10+ # ##### GitHub Actions bot comment #########
11+ # ##########################################
12+
13+ comment_pr :
14+ runs-on : ubuntu-latest
15+ name : GitHub Actions bot comment
16+ steps :
17+ - name : Checkout
18+ uses : actions/checkout@v1
19+
20+ - name : Comment on PR
21+ uses : thollander/actions-comment-pull-request@master
22+ with :
23+ message : " PR Artifacts on: [GitHub Actions](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
24+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25+
926# #####################
1027# ##### Linux #########
1128# #####################
3451 platform : amlogic
3552
3653 steps :
37- - uses : actions/checkout@v1
54+ - name : Checkout
55+ uses : actions/checkout@v1
3856 with :
3957 submodules : true
4058
7492 name : macOS
7593 runs-on : macos-latest
7694 steps :
77- - uses : actions/checkout@v1
95+ - name : Checkout
96+ uses : actions/checkout@v1
7897 with :
7998 submodules : true
8099
You can’t perform that action at this time.
0 commit comments