Skip to content

Commit 191d605

Browse files
committed
chore: add optional ref input
1 parent 7f9715d commit 191d605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-docs-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
shell: python -u {0}
2121
run: |
2222
ref = "${{ inputs.ref }}" if "${{ inputs.ref }}" != "" else "${{ github.ref }}"
23+
2324
with open("$GITHUB_ENV", "a") as env_file:
2425
print(f"TARGET_REF={ref}", file=env_file)
2526

0 commit comments

Comments
 (0)