Stop the duplicate creation of ZiplineTreehouseUi
on launch in Comp…
#1211
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: todo | |
on: | |
push: | |
branches: | |
- trunk | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: alstr/[email protected] | |
id: todo | |
with: | |
TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
AUTO_P: false |