Skip to content

Commit

Permalink
chore: edit env
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed May 18, 2022
1 parent c1c0bec commit 0f038b1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/sslcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
branches: [ master ]

env:
DOMAINS: ${{secrets.TD_DOMAINS}}

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,7 +18,4 @@ jobs:
- uses: actions/checkout@v3

- name: SSL Check
run: |
echo '${DOMAINS}'
echo ${{ env.DOMAINS }}
./sslcheck ${{ env.DOMAINS }}
run: ./sslcheck www.gorro.com.ar tienda.gorro.com.ar www.tresdoce.com.ar www.estudiofluk.com.ar apicedes.tresdoce.com.ar www.estudiohamaca.com.ar www.adipol.com.ar jenkins.tresdoce.com.ar static-pre.tresdoce.com.ar static.tresdoce.com.ar

0 comments on commit 0f038b1

Please sign in to comment.