Skip to content

Commit

Permalink
Update iga.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored May 6, 2024
1 parent 80ae2a7 commit b0a1a50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/iga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
message: 'Add CITATION.cff for release'
add: "['CITATION.cff']"
run_iga:
name: "Send to ${{needs.get_repository.outputs.server}}"
name: Send to ${{needs.get_repository.outputs.server}}
runs-on: ubuntu-latest
needs: [get_repository, CodeMeta2CFF]
steps:
Expand All @@ -79,10 +79,11 @@ jobs:
parent_record: ${{github.event.inputs.parent_record || env.parent_record}}
release_tag: ${{github.event.inputs.release_tag || 'latest'}}
get_repository:
name: "Get repository name"
name: Get repository name
runs-on: ubuntu-latest
outputs:
server: ${{steps.parse.outputs.host}}
steps:
- id: parse
- name: Extract name from INVENIO_SERVER
id: parse
run: echo "host=$(cut -d'/' -f3 <<< ${{env.INVENIO_SERVER}} | cut -d':' -f1)" >> $GITHUB_OUTPUT

0 comments on commit b0a1a50

Please sign in to comment.