We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdfc16 commit 27c61adCopy full SHA for 27c61ad
1 file changed
.github/workflows/cd_dev.yaml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
10
+ - name: Fetch all branches
11
+ run: git fetch --all
12
- name: Merge with main
13
uses: devmasx/merge-branch@master
14
with:
0 commit comments