Skip to content

Commit

Permalink
Update default-commands.yml (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Feb 27, 2023
1 parent e0b5ced commit e686116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo 'key: value' | yq e '.key' -
- name: date
run: date '+%Y %b'
run: date --date='-7 days ago' '+%Y-%m-%d'

- name: cal
run: cal $(date +"%m %Y") | awk 'NF {DAYS = $NF}; END {print DAYS}'
Expand Down

0 comments on commit e686116

Please sign in to comment.