fix: correct YAML indentation in feature workflow (#191) #27
This file contains hidden or 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: Upload Beta Release (2GP) | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| jobs: | |
| upload-beta: | |
| name: "Upload Beta 2GP" | |
| uses: "SFDO-Community/standard-workflows/.github/workflows/beta-2gp.yml@main" | |
| secrets: | |
| dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}" | |
| # with: | |
| # cumulusci-version: '3.93.0' | |
| # sfdx-version: '7.209.6' |