Skip to content

dns-a-records

dns-a-records #14789

Workflow file for this run

name: dns-a-records
on:
push:
paths:
- .github/workflows/dns-a-records.yml
- .github/workflows/dns-a-records.sh
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Check out the source code to get the shell scripts
uses: actions/checkout@v3
- name: Check hubelbauer.net DNS A records
run: .github/workflows/dns-a-records.sh
- name: Upload output and pattern artifacts for debugging in case of an error
uses: actions/upload-artifact@v3
if: failure()
with:
path: |
output
pattern