We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e401d commit 89fead8Copy full SHA for 89fead8
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
id: parsed
27
run: |
28
echo "owner=${WORKFLOWS_REPO%%/*}" >>$GITHUB_OUTPUT &&
29
- echo "name="${WORKFLOWS_REPO#*/}" >>$GITHUB_OUTPUT
+ echo "name=${WORKFLOWS_REPO#*/}" >>$GITHUB_OUTPUT
30
- uses: actions/create-github-app-token@v1
31
if: steps.parsed.outputs.owner != '' && env.GITHUB_APP_ID != '' && env.GITHUB_APP_PRIVATE_KEY != ''
32
id: workflows-repo-token
0 commit comments