mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Update test.yml
This commit is contained in:
parent
b23789ab84
commit
7d6a26ec51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
if: steps.changed_backup.outputs.files_changed == 'true'
|
if: failure()
|
||||||
with:
|
with:
|
||||||
base: "main"
|
base: "main"
|
||||||
title: "[Backup] Updated test database backup"
|
title: "[Backup] Updated test database backup"
|
||||||
|
|
Loading…
Add table
Reference in a new issue