DTSRD-5740 Flyway script to add HRS Phase 1 roles to role_type (#1131) #484
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: autoupdate | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| autoupdate: | |
| name: autoupdate | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: docker://chinthakagodawita/autoupdate-action:v1 | |
| env: | |
| GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
| DRY_RUN: "false" | |
| MERGE_MSG: "Branch was auto-updated." | |
| MERGE_CONFLICT_ACTION: "fail" |