Update postcode error message to match the recommended text in the gov.uk design system #3725
Workflow file for this run
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: Trello Poster | |
| on: | |
| pull_request: | |
| types: [opened, edited] | |
| jobs: | |
| trello-poster: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: lfdebrux/trello-poster-action@26a89a913f861d355dc2867a13c0c013e42d4c77 | |
| with: | |
| comment-body: ${{ github.event.pull_request.body }} | |
| github-url: ${{ github.event.pull_request.html_url }} | |
| trello-api-token: ${{ secrets.TRELLO_API_TOKEN }} | |
| trello-api-key: ${{ secrets.TRELLO_API_KEY }} |