File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - name : Check out github-actions repo
13- uses : actions/checkout@v4
14- with :
15- repository : aerius/github-actions
16- path : aerius-github-actions
17- ref : v1.1
12+ - name : Init the github-actions repo
13+ uses : aerius/github-actions/init@v1.1
1814
19- - uses : aerius/ github-actions/events/pull_request-event-action@v1.1
15+ - uses : ./aerius- github-actions/events/pull_request-event-action
2016 with :
2117 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2218 JDK_VERSION : 17
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - name : Check out github-actions repo
12- uses : actions/checkout@v4
13- with :
14- repository : aerius/github-actions
15- path : aerius-github-actions
16- ref : v1.1
11+ - name : Init the github-actions repo
12+ uses : aerius/github-actions/init@v1.1
1713
18- - uses : aerius/ github-actions/events/push-event-action@v1.1
14+ - uses : ./aerius- github-actions/events/push-event-action
1915 with :
2016 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2117 NEXUS_USERNAME : ${{ vars.NEXUS_USERNAME }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - name : Check out github-actions repo
13- uses : actions/checkout@v4
14- with :
15- repository : aerius/github-actions
16- path : aerius-github-actions
17- ref : v1.1
12+ - name : Init the github-actions repo
13+ uses : aerius/github-actions/init@v1.1
1814
19- - uses : aerius/ github-actions/events/release-event-action@v1.1
15+ - uses : ./aerius- github-actions/events/release-event-action
2016 with :
2117 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2218 NEXUS_USERNAME : ${{ vars.NEXUS_USERNAME }}
You can’t perform that action at this time.
0 commit comments