Changeset 54649 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 10/19/2022 06:10:43 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/php-compatibility.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r54511 r54649 78 78 - name: "Get last Monday's date" 79 79 id: get-date 80 run: echo " ::set-output name=date::$(/bin/date -u --date='last Mon' "+%F")"80 run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> $GITHUB_OUTPUT 81 81 82 82 - name: Cache PHP compatibility scan cache
Note: See TracChangeset
for help on using the changeset viewer.