Skip to content

Update dnsmap.yml

Update dnsmap.yml #18

Workflow file for this run

name: dnsmap
on:
push:
branches: [ "main", "pagvac-patch-1" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '45 17 * * 3'
workflow_dispatch:
inputs:
domain:
description: 'domain name'
type: string
required: false
jobs:
dnsmap-command:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run dnsmap
run: python dnsmap.py github.com