File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 48
48
- name : Add a machine to pilot crowdsec state
49
49
run : docker exec crowdsec cscli machines add PhpUnitTestMachine --password PhpUnitTestMachinePassword
50
50
51
- - name : Install libmemcached
52
- if : matrix.php == '8.0' # required only for php 8 as mentioned here: https://github.com/shivammathur/setup-php/issues/354
53
- run : sudo apt-get install libmemcached-dev -y
54
-
55
51
- name : Setup PHP
56
52
uses : shivammathur/setup-php@v2
57
53
with :
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ git branch -m <new-name>
80
80
git push origin :< old-name> && git push origin < new-name>
81
81
82
82
# Create PR
83
- gh pr create --fill
83
+ gh pr create --fill --web
84
84
```
85
85
86
86
> Note: after the merge, don't forget to delete to branch.
You can’t perform that action at this time.
0 commit comments