Remove pipe char from username passed to kubernetes because it was fa… #805
Workflow file for this run
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: GitHub Commit To Trello Comment | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: dalezak/github-commit-to-trello-card@v3 | |
with: | |
trello-api-key: ${{ secrets.TRELLO_KEY }} | |
trello-auth-token: ${{ secrets.TRELLO_TOKEN }} | |
trello-board-id: ${{ secrets.TRELLO_BOARD }} | |
trello-card-action: "Attachment" | |
trello-list-name-commit: "Doing" | |
trello-list-name-pr-open: "Reviewing" | |
trello-list-name-pr-closed: "Testing" |