bug: error messages when doing a transform using a remote git repo url #160
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: Assign Project | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
create_card: | |
runs-on: ubuntu-latest | |
steps: | |
- name: create project card | |
uses: peter-evans/create-or-update-project-card@v1 | |
with: | |
token: ${{ secrets.MOVE2KUBE_PATOKEN }} | |
project-name: Move2Kube | |
column-name: Backlog | |
project-location: konveyor |