Skip to content

Commit b1e38ed

Browse files
committed
fixup! amend! deploy: allow deploying in forks
1 parent 89fead8 commit b1e38ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: parse DEPLOY_WITH_WORKFLOWS
2525
if: vars.DEPLOY_WITH_WORKFLOWS != '' && contains(vars.DEPLOY_WITH_WORKFLOWS, '/')
2626
id: parsed
27+
env:
28+
WORKFLOWS_REPO: '${{ vars.DEPLOY_WITH_WORKFLOWS }}'
2729
run: |
2830
echo "owner=${WORKFLOWS_REPO%%/*}" >>$GITHUB_OUTPUT &&
2931
echo "name=${WORKFLOWS_REPO#*/}" >>$GITHUB_OUTPUT

0 commit comments

Comments
 (0)