Skip to content

Commit

Permalink
wow why is that the base sha
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Dec 2, 2019
1 parent 58b586d commit aaa5c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
id: create-deployment
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.sha }}
ref: ${{ github.event.push.before }}
auto_merge: "true"
required_contexts: YAMBURGER,validate-config
production_environment: "true"
Expand Down

0 comments on commit aaa5c05

Please sign in to comment.