Commit 8d25507
authored
Specify the git ref to checkout during deploy (#95)
When triggering jobs with `workflow_run` the default git ref to fetch
is the default branch[0], causing all deploys to use the dev branch.
Override the default ref with the name of the environment in order
to deploy from the corresponding branch.
[0] https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_run1 parent 414b959 commit 8d25507
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments