|
|
@ -21,7 +21,6 @@ jobs: |
|
|
hasToken: ${{ steps.step_one.outputs.hasToken }} |
|
|
hasToken: ${{ steps.step_one.outputs.hasToken }} |
|
|
env: |
|
|
env: |
|
|
_${{ secrets.TokenName1 }} : ${{ secrets.TokenValue1 }} |
|
|
_${{ secrets.TokenName1 }} : ${{ secrets.TokenValue1 }} |
|
|
_${{ secrets.TokenName3 }} : ${{ secrets.TokenValue1 }} |
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: Set the value |
|
|
- name: Set the value |
|
|
id: step_one |
|
|
id: step_one |
|
|
@ -39,7 +38,7 @@ jobs: |
|
|
needs: CheckToken |
|
|
needs: CheckToken |
|
|
if: "${{needs.CheckToken.outputs.hasToken}} == 'false'" |
|
|
if: "${{needs.CheckToken.outputs.hasToken}} == 'false'" |
|
|
steps: |
|
|
steps: |
|
|
- name: Show help page |
|
|
|
|
|
|
|
|
- name: Read this: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test |
|
|
run: | |
|
|
run: | |
|
|
echo "Plese see this page to fix the error: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test" |
|
|
echo "Plese see this page to fix the error: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test" |
|
|
- name: Fail |
|
|
- name: Fail |
|
|
|