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.
2 parents db50b38 + 136c3d3 commit 1be8d4cCopy full SHA for 1be8d4c
.github/workflows/build-toc-generator.yaml
@@ -53,8 +53,8 @@ jobs:
53
54
toc-generator:
55
needs: [check-trigger, check-last-commit-tag]
56
- uses: IShix-g/Unity-GitHubActions/.github/workflows/reusable-toc-generator.yaml@main
57
if: ${{ needs.check-trigger.outputs.checked == '1' || needs.check-last-commit-tag.outputs.tagged == '1' }}
+ uses: IShix-g/Unity-GitHubActions/.github/workflows/reusable-toc-generator.yaml@main
58
secrets:
59
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
60
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
0 commit comments