Skip to content

Commit

Permalink
Docs (readme): Tweak formatting for CI global variables in CI entrypo…
Browse files Browse the repository at this point in the history
…int scripts example
  • Loading branch information
joeltimothyoh committed May 16, 2024
1 parent a3f3dfb commit c9f288c
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 c9f288c

Please sign in to comment.