We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840812e commit b92614dCopy full SHA for b92614d
.github/workflows/wiki.yml
@@ -22,8 +22,7 @@ jobs:
22
23
- name: Get Composer Cache Directory
24
id: composer-cache
25
- run: |
26
- echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
27
28
- name: Cache Composer dependencies
29
uses: actions/cache@v4
@@ -50,7 +49,7 @@ jobs:
50
49
id: update
51
run: git submodule update --remote --recursive
52
53
- - name: Run git status
+ - name: Run Git Status
54
id: status
55
run: echo "status=$(git status -s)" >> $GITHUB_OUTPUT
56
0 commit comments