We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16159ad commit 5ea7933Copy full SHA for 5ea7933
.github/workflows/send_task.yml
@@ -21,5 +21,5 @@ jobs:
21
uses: actions/checkout@v3
22
- name: Go Get dependencies
23
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 }}
+ - name: Distribute task
+ 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
0 commit comments