Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
chase2981 committed Apr 22, 2021
1 parent 4078fb8 commit af061c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/email-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ jobs:
uses: peter-evans/sendgrid-action@v1
env:
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
SCRIPT_FILEPATH: ./src/send-email.js
SCRIPT_FILEPATH: ./.deploy/send-email.js

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# # Runs a single command using the runners shell
# - name: Run a one-line script
# run: echo Hello, world!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
# # Runs a set of commands using the runners shell
# - name: Run a multi-line script
# run: |
# echo Add other actions to build,
# echo test, and deploy your project.


stale:
Expand Down

0 comments on commit af061c4

Please sign in to comment.