Skip to content

Commit b92614d

Browse files
committed
Update wiki
1 parent 840812e commit b92614d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/wiki.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222

2323
- name: Get Composer Cache Directory
2424
id: composer-cache
25-
run: |
26-
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
25+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2726

2827
- name: Cache Composer dependencies
2928
uses: actions/cache@v4
@@ -50,7 +49,7 @@ jobs:
5049
id: update
5150
run: git submodule update --remote --recursive
5251

53-
- name: Run git status
52+
- name: Run Git Status
5453
id: status
5554
run: echo "status=$(git status -s)" >> $GITHUB_OUTPUT
5655

0 commit comments

Comments
 (0)