File tree Expand file tree Collapse file tree
action-templates/actions/action-deploy-docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # list of files that changed across commits
2727 fetch-depth : 0
2828
29- - name : Run Super-Linter
30- uses : super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # v7.3 .0 # x-release-please-version
29+ - name : Run Super-linter
30+ uses : super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4 .0 # x-release-please-version
3131 env :
3232 # To report GitHub Actions status checks
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11name : " Deploy docs"
22
33inputs :
4- artifact-name :
4+ artifact_name :
55 description : " The name of the artifact to deploy"
66 required : false
77 default : " github-pages"
1818 if : (github.ref_name == inputs.deploy-branch)
1919 uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
2020 with :
21- artifact_name : ${{ inputs.artifact-name }}
21+ artifact_name : ${{ inputs.artifact-name }}
You can’t perform that action at this time.
0 commit comments