Skip to content

Commit 0f436b4

Browse files
authored
Fix indentation for environment variables in workflow
Signed-off-by: Mark Pollack <247466+markpollack@users.noreply.github.com>
1 parent fe83529 commit 0f436b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
if: github.ref_type == 'branch'
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
GIT_TRACE: 1
32-
GIT_CURL_VERBOSE: 1
31+
GIT_TRACE: 1
32+
GIT_CURL_VERBOSE: 1
3333
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
3434
- name: Dispatch (full build)
3535
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)