Pass name string to argocd app instead of full namespace object #8
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: Autorelease | |
| on: | |
| pull_request: | |
| types: | |
| - synchronize | |
| - labeled | |
| - unlabeled | |
| - closed | |
| jobs: | |
| create-release-tag: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Create new tag | |
| uses: projectsyn/pr-label-tag-action@v1 | |
| with: | |
| trigger: | | |
| Release |