Skip to content

Commit

Permalink
ci: define info function
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Nov 5, 2024
1 parent 12850dc commit d8181e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-rerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- run: |
set -eu
info() {
echo "[INFO] $*" >&2
}
d=$(date +%Y-%m-%d -d "4 day ago")
info "date: $d"
Expand Down

0 comments on commit d8181e6

Please sign in to comment.