Skip to content

Commit

Permalink
Merge pull request #182 from opensafely-core/madwort/backticks
Browse files Browse the repository at this point in the history
Do not use backticks in echo
  • Loading branch information
madwort authored Jan 29, 2025
2 parents 7985c0a + ee8e6cb commit 8f4ad98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
env:
ORG_TOKEN: ${{ secrets.ORG_READONLY_TOKEN }}
run: |
echo "WARNING: if this step fails randomly, you may need to update the repo secret `ORG_READONLY_TOKEN`"
echo "This is a Personal Access Token (Classic), that only has `read:org`."
echo "WARNING: if this step fails randomly, you may need to update the repo secret 'ORG_READONLY_TOKEN'"
echo "This is a Personal Access Token (Classic), that only has 'read:org'."
echo
echo "WARNING: ignore output from command as long as it does not fail."
echo "It is running w/o elevated privileges needed to correctly read branch protection details"
Expand Down

0 comments on commit 8f4ad98

Please sign in to comment.