Skip to content

Commit

Permalink
added more quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrithicusGreenson committed Apr 12, 2024
1 parent a5596ea commit 36b0bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/genisys-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

- name: Server prerequisites
run: |
echo "MONGO_URL=${{ env.MONGO_URL }}" >> $GITHUB_ENV
echo "CONFIG_FILE=${{ env.CONFIG_FILE }}" >> $GITHUB_ENV
echo "MONGO_URL=${{ env.MONGO_URL }}" >> "$GITHUB_ENV"
echo "CONFIG_FILE=${{ env.CONFIG_FILE }}" >> "$GITHUB_ENV"
echo "$MONGO_URL"
sudo mkdir /srv/genisys
Expand Down

0 comments on commit 36b0bac

Please sign in to comment.