Skip to content

Commit e0e6c5a

Browse files
author
kiran-garre
committed
Fix env error
1 parent 4003996 commit e0e6c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
GIT_HASH: "latest"
2222
PR_NUMBER: 2533
23-
BRANCH_NAME: "docs-update-for-pr-${{ env.PR_NUMBER }}"
23+
BRANCH_NAME: "docs-update-for-pr-2533"
2424
permissions:
2525
id-token: write
2626
contents: write

0 commit comments

Comments
 (0)