Skip to content

Commit 1be8d4c

Browse files
authored
Merge pull request #56 from IShix-g/release
fix: correct indentation in workflow file
2 parents db50b38 + 136c3d3 commit 1be8d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toc-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
5454
toc-generator:
5555
needs: [check-trigger, check-last-commit-tag]
56-
uses: IShix-g/Unity-GitHubActions/.github/workflows/reusable-toc-generator.yaml@main
5756
if: ${{ needs.check-trigger.outputs.checked == '1' || needs.check-last-commit-tag.outputs.tagged == '1' }}
57+
uses: IShix-g/Unity-GitHubActions/.github/workflows/reusable-toc-generator.yaml@main
5858
secrets:
5959
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
6060
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)