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 568daea commit 66d6e20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
- cron: "0 0 * * 1"
push:

env:
FILE_DATE: $(date +'%Y%m%d')

jobs:
Test:
name: Cron
runs-on: ubuntu-latest
steps:
- run: echo "$FILE_DATE"
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
Expand Down

0 comments on commit 66d6e20

Please sign in to comment.