Skip to content

Commit

Permalink
Merge pull request #50 from theohbrothers/docs/readme-tweak-formattin…
Browse files Browse the repository at this point in the history
…g-for-ci-global-variables-in-ci-entrypoint-scripts-example

Docs (readme): Tweak formatting for CI global variables in CI entrypoint scripts example
  • Loading branch information
joeltimothyoh authored May 16, 2024
2 parents a3f3dfb + c9f288c commit 62e73d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ Simply define necessary environment variables and/or parameter values prior to e

```powershell
# CI global variables
$env:GITHUB_API_TOKEN='xxx'
$env:RELEASE_TAG_REF='vx.x.x'
$env:GITHUB_API_TOKEN = 'xxx'
$env:RELEASE_TAG_REF = 'vx.x.x'
# Generate and Release variables
#$env:PROJECT_DIRECTORY = "$(git rev-parse --show-toplevel)" # optional
Expand Down

0 comments on commit 62e73d3

Please sign in to comment.