Skip to content

Commit

Permalink
give priority to plugin-check values
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed May 24, 2023
1 parent a9221f6 commit 1ce3ca8
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 @@ -38,8 +38,8 @@ jobs:
runs-on: ubuntu-latest
needs: check-for-new-caddy-release
outputs:
desec: ${{ steps.caddy-check.outputs.desec-out-of-date || steps.desec.outputs.desec-out-of-date }}
cloudflare: ${{ steps.caddy-check.outputs.cloudflare-out-of-date || steps.cloudflare.outputs.cloudflare-out-of-date }}
desec: ${{ steps.desec.outputs.desec-out-of-date || steps.caddy-check.outputs.desec-out-of-date }}
cloudflare: ${{ steps.cloudflare.outputs.cloudflare-out-of-date || steps.caddy-check.outputs.cloudflare-out-of-date }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1ce3ca8

Please sign in to comment.