File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,11 +165,11 @@ A [GitHub Actions](https://docs.github.com/en/actions) workflow is an automated
165165 workflow_dispatch :
166166 inputs :
167167 release_tag :
168- description : The release tag (empty = latest):
168+ description : The release tag (empty = latest)
169169 parent_record :
170- description : ID of parent record (for versioning):
170+ description : ID of parent record (for versioning)
171171 community :
172- description : Name of InvenioRDM community (if any):
172+ description : Name of InvenioRDM community (if any)
173173 draft :
174174 description : Mark the record as a draft
175175 type : boolean
@@ -190,7 +190,7 @@ A [GitHub Actions](https://docs.github.com/en/actions) workflow is an automated
190190 runs-on : ubuntu-latest
191191 needs : get_repository
192192 steps :
193- - uses : caltechlibrary/iga@main
193+ - uses : caltechlibrary/iga@v1
194194 with :
195195 INVENIO_SERVER : ${{env.INVENIO_SERVER}}
196196 INVENIO_TOKEN : ${{secrets.INVENIO_TOKEN}}
You can’t perform that action at this time.
0 commit comments