Skip to content

Commit

Permalink
docs: fix sample workflow given in README file
Browse files Browse the repository at this point in the history
I forgot to make the same edits as in sample-workflow.yml
  • Loading branch information
mhucka committed May 15, 2024
1 parent 6772340 commit 042c944
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ A [GitHub Actions](https://docs.github.com/en/actions) workflow is an automated
workflow_dispatch:
inputs:
release_tag:
description: The release tag (empty = latest):
description: The release tag (empty = latest)
parent_record:
description: ID of parent record (for versioning):
description: ID of parent record (for versioning)
community:
description: Name of InvenioRDM community (if any):
description: Name of InvenioRDM community (if any)
draft:
description: Mark the record as a draft
type: boolean
Expand All @@ -190,7 +190,7 @@ A [GitHub Actions](https://docs.github.com/en/actions) workflow is an automated
runs-on: ubuntu-latest
needs: get_repository
steps:
- uses: caltechlibrary/iga@main
- uses: caltechlibrary/iga@v1
with:
INVENIO_SERVER: ${{env.INVENIO_SERVER}}
INVENIO_TOKEN: ${{secrets.INVENIO_TOKEN}}
Expand Down

0 comments on commit 042c944

Please sign in to comment.