Skip to content

Commit

Permalink
Bug/change branches after dbup (#13)
Browse files Browse the repository at this point in the history
* Change the branch to master AFTER applyign whatever branch we are on

* Version tick
  • Loading branch information
siganakis committed Jul 15, 2020
1 parent 654034f commit f09e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ outputs:
description: "The time we greeted you"
runs:
using: "docker"
image: "docker://growingdata/db-change:v1.0.4"
image: "docker://growingdata/db-change:v1.0.6"
entrypoint: "/db-change/action-runner.sh"
args:
- ${{ inputs.db-connection }}
Expand Down

0 comments on commit f09e102

Please sign in to comment.