We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50caf8c commit 3d8f858Copy full SHA for 3d8f858
1 file changed
.github/workflows/wbstack.sync.check.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v3.3.0
15
- name: run sync
16
run: ./sync.sh
17
- - name: Show `git diff`` output
+ - name: Show `git diff` output
18
run: git diff
19
- name: Check only composer changed
20
run: |
0 commit comments