Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Oct 11, 2022
1 parent 24a1f2e commit 4e24d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
using: 'composite'
steps:
- run: |
psql --version
psql ${{ inputs.options }} -d "${{ inputs.database_url }}" < "${{ inputs.backup_file }}"
shell: bash
branding:
Expand Down

0 comments on commit 4e24d1f

Please sign in to comment.