Skip to content

Commit 5ea7933

Browse files
committed
chore: test workflow
1 parent 16159ad commit 5ea7933

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.github/workflows/send_task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
uses: actions/checkout@v3
2222
- name: Go Get dependencies
2323
run: go get -v -t -d ./...
24-
#- name: Distribute task
25-
# run: go run cmd/main.go --config daily.toml --server ${{ secrets.EMAIL_SERVER }} --user ${{ secrets.EMAIL_USER }} --pass ${{ secrets.EMAIL_PASS }} --from ${{ secrets.EMAIL_FROM }} --to ${{ secrets.EMAIL_TO }}
24+
- name: Distribute task
25+
run: go run cmd/main.go --config daily.toml --server ${{ secrets.EMAIL_SERVER }} --user ${{ secrets.EMAIL_USER }} --pass ${{ secrets.EMAIL_PASS }} --from ${{ secrets.EMAIL_FROM }} --to ${{ secrets.EMAIL_TO }}

.github/workflows/test_cron.yml

-23
This file was deleted.

0 commit comments

Comments
 (0)