Skip to content

Commit

Permalink
quoting pains
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Nov 12, 2023
1 parent 90ad90d commit e217432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Environment
run: |
echo "REPO_NAME=${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}" >> $GITHUB_ENV
echo ${{secrets.TOKEN}} >> secret.py
echo "token = \"${{secrets.TOKEN}}\"" >> secret.py
- name: Build Docker Image
run: |
docker image build \
Expand Down

0 comments on commit e217432

Please sign in to comment.