File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 2
2
push :
3
3
branch :
4
4
- master
5
- jobs :
6
- build :
7
- runs-on : ubuntu-latest
8
- steps :
9
- - uses : actions/checkout@master
10
- - name : Build
11
- uses : elgohr/Publish-Docker-Github-Action@master
12
- with :
13
- name : docker.pkg.github.com/phpdocumentor/coding-standard/phpcs
14
- username : ${{ github.actor }}
15
- password : ${{ secrets.GITHUB_TOKEN }}
16
- registry : docker.pkg.github.com
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@master
10
+ - name : Build
11
+ uses : elgohr/Publish-Docker-Github-Action@master
12
+ with :
13
+ name : docker.pkg.github.com/phpdocumentor/coding-standard/phpcs
14
+ username : ${{ github.actor }}
15
+ password : ${{ secrets.GITHUB_TOKEN }}
16
+ registry : docker.pkg.github.com
17
17
18
- - name : self-run
19
- uses : ./
20
- with :
21
- args : " --help"
18
+ - name : self-run
19
+ uses : ./
20
+ with :
21
+ args : " --help"
You can’t perform that action at this time.
0 commit comments