Skip to content

Commit 89fead8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: parsed
2727
run: |
2828
echo "owner=${WORKFLOWS_REPO%%/*}" >>$GITHUB_OUTPUT &&
29-
echo "name="${WORKFLOWS_REPO#*/}" >>$GITHUB_OUTPUT
29+
echo "name=${WORKFLOWS_REPO#*/}" >>$GITHUB_OUTPUT
3030
- uses: actions/create-github-app-token@v1
3131
if: steps.parsed.outputs.owner != '' && env.GITHUB_APP_ID != '' && env.GITHUB_APP_PRIVATE_KEY != ''
3232
id: workflows-repo-token

0 commit comments

Comments
 (0)