Skip to content

Commit

Permalink
chore: clean up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joekleinsorge committed Jun 26, 2023
1 parent d9de8f0 commit 4bd50d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/remind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ jobs:
- name: Resolve missing dependency
run: go mod download github.com/davecgh/go-spew

# - name: Build
# run: go build .

- name: Send email
env:
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
RECIPIENT_EMAIL: ${{ secrets.RECIPIENT_EMAIL }}
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}
# run: ./remind
run: go run remind.go

0 comments on commit 4bd50d9

Please sign in to comment.