env: getPoolId - fallback to POOL_DIR if no args, closes #1706 #164
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: autoupdate-branch | |
on: | |
push: | |
branches: | |
- alpha | |
jobs: | |
Autoupdate: | |
name: Auto-Update | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tibdex/auto-update@v2 | |
with: | |
github_token: ${{secrets.GITHUB_TOKEN }} |