0
0
Fork 0
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:
Tonye Jack 2021-03-14 15:26:48 -04:00 committed by GitHub
parent de6a042063
commit abddbb5f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,14 +53,9 @@ jobs:
git add backups/backup.sql
git commit -m "Auto updated backup.sql."
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
- name: Push changes
if: failure()
uses: ad-m/github-push-action@master
with:
base: "main"
title: "[Backup] Updated test database backup"
branch: "chore/update-test-db-backup"
commit-message: "Modified test database backup using latest migration changes."
body: "Updated test database backup."
reviewers: "jackton1"
token: ${{ secrets.PAT_TOKEN }}
github_token: ${{ secrets.PAT_TOKEN }}
branch: ${{ github.head_ref }}