Changeset 54649 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 10/19/2022 06:10:43 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r54511 r54649 83 83 - name: "Get last Monday's date" 84 84 id: get-date 85 run: echo " ::set-output name=date::$(/bin/date -u --date='last Mon' "+%F")"85 run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> $GITHUB_OUTPUT 86 86 87 87 - name: Cache PHPCS scan cache
Note: See TracChangeset
for help on using the changeset viewer.