Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 879 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 879 Bytes

CodeQL build-test

"Backup Route53" Action For GitHub Actions

A Github action to backup Route53 DNS records.

Usage

Add the following step to your workflow:

- name: Backup Route53
  uses: muchobien/backup-route53@v1
  with:
    excludes: 'example.com' # optional
    path: ./muchobien-backup-route53 # optional, default ./muchobien-backup-route53

License Summary

This code is made available under the MIT license.