Skip to content

Commit

Permalink
fix copy paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed May 24, 2023
1 parent 8b90bb1 commit ef5f2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
- name: Pull desec plugin remote commits
if: ${{ needs.check-for-new-caddy-release.outputs.caddy == 'false' }}
id: desec
run: sh remote-check.sh https://github.com/caddy-dns/desec desec-local.txt git-hashes/desec.txt desec-out-of-date
run: sh commit-check.sh https://github.com/caddy-dns/desec desec-local.txt git-hashes/desec.txt desec-out-of-date

- name: Pull cloudflare plugin remote commits
if: ${{ needs.check-for-new-caddy-release.outputs.caddy == 'false' }}
id: cloudflare
run: sh remote-check.sh https://github.com/caddy-dns/cloudflare cloudflare-local.txt git-hashes/cloudflare.txt cloudflare-out-of-date
run: sh commit-check.sh https://github.com/caddy-dns/cloudflare cloudflare-local.txt git-hashes/cloudflare.txt cloudflare-out-of-date

build-desec-image:
needs: check-for-plugin-updates
Expand Down

0 comments on commit ef5f2bf

Please sign in to comment.