Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsxhnd committed Aug 7, 2024
1 parent 46d5c55 commit cbae076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "::set-output name=date::$(date +'%Y%m%d')"
- run: echo ${{ steps.date.outputs.date }}
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit cbae076

Please sign in to comment.