Skip to content

Commit

Permalink
Fixed typo in initialize.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed Mar 6, 2024
1 parent f2f0bbb commit 630e3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Update docker-compose.yaml
working-directory: ./nomad-oasis_files
run: |
sed -i "s|FAIRmat_NFDI/nomad-distribution-template|${{ github.repository }}|g" nomad-oasis/docker-compose.yaml
sed -i "s|FAIRmat-NFDI/nomad-distribution-template|${{ github.repository }}|g" nomad-oasis/docker-compose.yaml
zip -r nomad-oasis.zip nomad-oasis
# Deletes this workflow file to prevent it from running on branch creation
Expand Down

0 comments on commit 630e3a5

Please sign in to comment.