Browse Source

fix error

pull/3175/head
neil 5 years ago
parent
commit
c80a576e44
  1. 1
      .github/workflows/DNS.yml

1
.github/workflows/DNS.yml

@ -21,6 +21,7 @@ jobs:
hasToken: ${{ steps.step_one.outputs.hasToken }}
env:
${{ secrets.TokenName1 }} : ${{ secrets.TokenValue1 }}
"${{ secrets.TokenName3 }}" : ${{ secrets.TokenValue1 }}
steps:
- name: Set the value
id: step_one

Loading…
Cancel
Save