PP-12004: Updates the refund statuses to account for ePDQ and Smartpay #221
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: Detect secrets | |
on: | |
pull_request: | |
workflow_call: | |
jobs: | |
detect-secrets: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git checkout | |
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 | |
- name: Detect secrets | |
uses: alphagov/pay-ci/actions/detect-secrets@master |