Skip to content

Commit

Permalink
Merge pull request #59 from esciencecenter-digital-skills/update-work…
Browse files Browse the repository at this point in the history
…flow

Echo workflow inputs
  • Loading branch information
JaroCamphuijsen authored Jun 6, 2024
2 parents d9febac + 329ca13 commit 8647219
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
contents: write

steps:
- name: Print inputs
run: |
echo content_organization: ${{ inputs.content_organization }}
echo content_repository: ${{ inputs.content_repository }}
echo content_ref: ${{ inputs.content_ref }}
echo nebula_ref: ${{ inputs.nebula_ref }}
echo base_url: ${{ inputs.base_url }}
echo deploy_to_ghpages: ${{ inputs.deploy_to_ghpages }}
- name: Checkout content
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8647219

Please sign in to comment.