bug: running Move2Kube transform on Windows machine throws an error about qamapping file not being present #177
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 |