Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
z0z0r4 authored Jan 3, 2023
1 parent 39e4512 commit 2b3e120
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ jobs:
DOMAINS: ${{ secrets.DOMAINS }}
SECRETID: ${{ secrets.SECRETID }}
SECRETKEY: ${{ secrets.SECRETKEY }}
run: python cf2dns_actions.py
run: python cf2dns_actions.py A
- name: 'run cf2dns v6'
if: env.UPDATE_IPV6 == 'true' && !cancelled()
env:
KEY: ${{ secrets.KEY }}
DOMAINS: ${{ secrets.DOMAINSV6 }}
SECRETID: ${{ secrets.SECRETID }}
SECRETKEY: ${{ secrets.SECRETKEY }}
run: |
sed -i "s/TYPE = 'v4'/TYPE = 'v6'/" cf2dns_actions.py
python cf2dns_actions.py
run: python cf2dns_actions.py AAAA

0 comments on commit 2b3e120

Please sign in to comment.