Skip to content

Commit

Permalink
double quotes ftw
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Jul 1, 2024
1 parent a303e06 commit 7157eb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-package-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- name: Log the workflow inputs
run: |
echo '## Deployment details :rocket:' >> "${GITHUB_STEP_SUMMARY}"
echo 'Publish to:' "${{ github.event.inputs.deployment-environment }}" >> "${GITHUB_STEP_SUMMARY}"
echo 'Package version:' "${{ github.event.inputs.ansible-package-version }}" >> "${GITHUB_STEP_SUMMARY}"
echo 'Owner:' "${{ github.event.inputs.repository-owner }}" >> "${GITHUB_STEP_SUMMARY}"
echo 'Branch:' "${{ github.event.inputs.repository-branch }}" >> "${GITHUB_STEP_SUMMARY}"
echo "Publish to: ${{ github.event.inputs.deployment-environment }}" >> "${GITHUB_STEP_SUMMARY}"
echo "Package version: ${{ github.event.inputs.ansible-package-version }}" >> "${GITHUB_STEP_SUMMARY}"
echo "Owner: ${{ github.event.inputs.repository-owner }}" >> "${GITHUB_STEP_SUMMARY}"
echo "Branch: ${{ github.event.inputs.repository-branch }}" >> "${GITHUB_STEP_SUMMARY}"
- name: Checkout Ansible documentation
uses: actions/checkout@v4
Expand Down

0 comments on commit 7157eb4

Please sign in to comment.