Skip to content

Commit 042c944

Browse files
committed
docs: fix sample workflow given in README file
I forgot to make the same edits as in sample-workflow.yml
1 parent 6772340 commit 042c944

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)