Skip to content

Commit

Permalink
ci: quote to fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Dec 20, 2023
1 parent 07737fa commit 4f488a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
run: |
chmod +x build/constellation
export PATH="$PATH:build"
echo "build" >> $GITHUB_PATH
echo "build" >> "$GITHUB_PATH"
- name: Migrate config
id: constellation-config-migrate
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
run: |
chmod +x build/constellation
export PATH="$PATH:build"
echo "build" >> $GITHUB_PATH
echo "build" >> "$GITHUB_PATH"
- name: Always fetch logs
if: always()
Expand Down

0 comments on commit 4f488a0

Please sign in to comment.