Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Quote envvar to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Jan 23, 2024
1 parent c996411 commit 581a3ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install -r tests/requirements.txt
SHORT_SHAR=$(git rev-parse --short HEAD)
TAGS="github-${SHORT_SHAR}"
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> "$GITHUB_OUTPUT"
- name: Run unittest test_token_setup
env:
PYTHONPATH: "${PYTHONPATH}:/vsan-prometheus-setup"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
pip install -r tests/requirements.txt
SHORT_SHAR=$(git rev-parse --short HEAD)
TAGS="github-${SHORT_SHAR}"
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> "$GITHUB_OUTPUT"
- name: Run unittest test_vsan_servicediscovery
env:
PYTHONPATH: "${PYTHONPATH}:/vsan-prometheus-servicediscovery"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
SHORT_SHAR=$(git rev-parse --short HEAD)
TAGS="github-${SHORT_SHAR}"
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> "$GITHUB_OUTPUT"
- name: Set up QEMU
if: ${{ success() }}
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
run: |
SHORT_SHAR=$(git rev-parse --short HEAD)
TAGS="github-${SHORT_SHAR}"
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> "$GITHUB_OUTPUT"
- name: Set up QEMU
if: ${{ success() }}
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 581a3ef

Please sign in to comment.