Browse Source

upgrade cf-tunnel

pull/3529/head
neil 3 years ago
parent
commit
7aa4b8247c
  1. 4
      .github/workflows/LetsEncrypt.yml

4
.github/workflows/LetsEncrypt.yml

@ -82,7 +82,7 @@ jobs:
TEST_LOCAL: 1 TEST_LOCAL: 1
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: vmactions/cf-tunnel@v0.0.1
- uses: vmactions/cf-tunnel@v0.0.2
id: tunnel id: tunnel
with: with:
protocol: http protocol: http
@ -107,7 +107,7 @@ jobs:
TEST_LOCAL: 1 TEST_LOCAL: 1
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: vmactions/cf-tunnel@v0.0.1
- uses: vmactions/cf-tunnel@v0.0.2
id: tunnel id: tunnel
with: with:
protocol: http protocol: http

Loading…
Cancel
Save