add quotes around echo

This commit is contained in:
2022-06-01 08:47:28 -05:00
parent ccb809c7ad
commit 5c7a02b5c2
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
run: poetry install
- name: Write creds file
run: echo ${{ secrets.TWITTER_TOKEN_FILE }} > token.json
run: echo "${{ secrets.TWITTER_TOKEN_FILE }}" > token.json
- name: Run Update
run: poetry run update --days-ago 1

View File

@@ -35,7 +35,7 @@ jobs:
run: poetry install
- name: Write creds file
run: echo ${{ secrets.TWITTER_TOKEN_FILE }} > token.json
run: echo "${{ secrets.TWITTER_TOKEN_FILE }}" > token.json
- name: Run Update
run: poetry run update