Skip to content

Commit

Permalink
moar formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Oct 22, 2024
1 parent dd7859e commit 10b9e37
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
test_send_mail:
runs-on: ubuntu-latest
steps:
uses: dawidd6/action-send-mail@v3
with:
server_address: ${{secrets.MAIL_HOST}}
server_port: ${{secrets.MAIL_PORT}}
secure: true
username: ${{secrets.MAIL_USERNAME}}
password: ${{secrets.MAIL_PASSWORD}}
subject: Failed linkcheck
to: [email protected]
from: FusionAuth GitHub Actions
body: Linkcheck failed.
- uses: dawidd6/action-send-mail@v3
with:
server_address: ${{secrets.MAIL_HOST}}
server_port: ${{secrets.MAIL_PORT}}
secure: true
username: ${{secrets.MAIL_USERNAME}}
password: ${{secrets.MAIL_PASSWORD}}
subject: Failed linkcheck
to: [email protected]
from: FusionAuth GitHub Actions
body: Linkcheck failed.
check_links:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 10b9e37

Please sign in to comment.