File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 steps :
5656 - if : ${{!env.version_tag || !env.pub_date}}
5757 name : Quit if the release tag or publication date is empty
58- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
58+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
5959 with :
6060 script : |
6161 core.setFailed('The release version and/or date could not be read')
7171
7272 - if : steps.check.outputs.has_cff_file == 'false'
7373 name : Quit if there is no CITATION.cff file
74- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
74+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
7575 with :
7676 script : |
7777 core.setFailed('Could not find a CITATION.cff file')
@@ -103,7 +103,7 @@ jobs:
103103
104104 - if : steps.update.outputs.success == 'false'
105105 name : Quit if CITATION.cff update failed
106- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
106+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
107107 with :
108108 script : |
109109 core.setFailed('CITATION.cff update failed or the file is not valid')
You can’t perform that action at this time.
0 commit comments