File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : jenly1314/actions/.github/workflows/reusable-build.yml@1
11+ uses : jenly1314/actions/.github/workflows/reusable-build.yml@main
1212 with :
1313 java-version-file : ' .github/workflows/.java-version'
Original file line number Diff line number Diff line change 44 push :
55 branches : [ master ]
66
7+ permissions :
8+ contents : write
9+ id-token : write
10+ pages : write
11+
712jobs :
813 docs :
9- uses : jenly1314/actions/.github/workflows/reusable-docs.yml@v1
14+ uses : jenly1314/actions/.github/workflows/reusable-docs.yml@main
1015 with :
1116 java-version-file : ' .github/workflows/.java-version'
Original file line number Diff line number Diff line change 1111jobs :
1212 publish :
1313 if : ${{ startsWith(github.repository, 'jenly1314/') && github.event_name == 'workflow_dispatch' && github.event.inputs.confirm == 'yes' }}
14- uses : jenly1314/actions/.github/workflows/reusable-publish.yml@v1
14+ uses : jenly1314/actions/.github/workflows/reusable-publish.yml@main
1515 with :
1616 java-version-file : ' .github/workflows/.java-version'
1717 secrets :
Original file line number Diff line number Diff line change 66
77jobs :
88 stale :
9- uses : jenly1314/actions/.github/workflows/reusable-stale.yml@v1
9+ uses : jenly1314/actions/.github/workflows/reusable-stale.yml@main
You can’t perform that action at this time.
0 commit comments