-
Notifications
You must be signed in to change notification settings - Fork 8
Commit cb5e208
Allow deployments to be triggered by workflow_dispatch events (#8)
This change fixes detection of which branch/commit to use when using (manually triggered) `workflow_dispatch` events to run deployment workflows.
See #7 for the description of the problem that existed previously.1 parent f76ac4d commit cb5e208
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 | - | ||
194 | + | ||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
0 commit comments