misleading documentation
This commit is contained in:
parent
ae6248e27e
commit
ba4878056b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -65,13 +65,13 @@ jobs:
|
|||
|
||||
- name: Get composer cache directory
|
||||
id: composer-cache
|
||||
run: echo "{dir}={$(composer config cache-files-dir)}" >> $GITHUB_OUTPUT
|
||||
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
# http://man7.org/linux/man-pages/man1/date.1.html
|
||||
# https://github.com/actions/cache#creating-a-cache-key
|
||||
- name: Get Date
|
||||
id: get-date
|
||||
run: echo "{date}={$(/bin/date -u "+%Y%m%d")}" >> $GITHUB_OUTPUT
|
||||
run: echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- name: Cache dependencies
|
||||
|
|
Loading…
Reference in a new issue