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 b91ef7f commit 6490e0aCopy full SHA for 6490e0a
.github/workflows/document.yml
@@ -32,4 +32,4 @@ jobs:
32
with:
33
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
34
publish_dir: ./tools/generated
35
- destination_dir: ${( steps.branch.outputs.BRANCH_NAME )}
+ destination_dir: ${{ steps.branch.outputs.BRANCH_NAME }}
0 commit comments