Skip to content

Commit

Permalink
Try workaround against double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Jun 23, 2023
1 parent b77b09f commit d67f19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapcraft-myip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: snapcrafting/myip
- id: publish
if: github.ref == format('refs/heads/{0}', "master")
if: github.ref == format('refs/heads/{0}', fromJSON('"master"'))
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
Expand Down

0 comments on commit d67f19f

Please sign in to comment.