From f9b1577fd7dc36f626243d5d7842bd91708643b3 Mon Sep 17 00:00:00 2001 From: "Roger D. Winans" Date: Mon, 10 May 2021 13:33:16 -0400 Subject: [PATCH] Update octodns-sync.yml to specify octodns_ref: master Testing for https://github.com/solvaholic/octodns-sync/issues/57 --- .github/workflows/octodns-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/octodns-sync.yml b/.github/workflows/octodns-sync.yml index 236b8c9..74c73a2 100644 --- a/.github/workflows/octodns-sync.yml +++ b/.github/workflows/octodns-sync.yml @@ -21,9 +21,11 @@ jobs: config_path: test-config.yaml add_pr_comment: 'No' pr_comment_token: '${{ github.token }}' + octodns_ref: master - name: Run octodns-sync again uses: solvaholic/octodns-sync@issue57 with: config_path: test-config.yaml add_pr_comment: 'No' pr_comment_token: '${{ github.token }}' + octodns_ref: master