Skip to content

Commit

Permalink
Merge pull request #101 from esciencecenter-digital-skills/update-NEB…
Browse files Browse the repository at this point in the history
…ULA-version

update to new nebula version
  • Loading branch information
JaroCamphuijsen authored Jun 19, 2024
2 parents 3b4a6e5 + 4bad1c5 commit ff4dc21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
deploy_with_NEBULA:
permissions:
contents: write
uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@v1.0.0
uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@v1.1.0
with:
content_organization: ${{ github.repository_owner}}
content_repository: ${{ github.event.repository.name }}
content_ref: ${{ github.sha }}
nebula_ref: v1.0.0
nebula_ref: v1.1.0
deploy_to_ghpages: false
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
content_organization: ${{ github.repository_owner}}
content_repository: ${{ github.event.repository.name }}
content_ref: ${{ github.sha }}
nebula_ref: v1.0.0
nebula_ref: v1.1.0
deploy_to_ghpages: true

0 comments on commit ff4dc21

Please sign in to comment.