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 62e1490 commit f8959b9
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/sslcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,19 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:
setup:
runs-on: ubuntu-latest
name: "Setup"
steps:
- name: "⚙ Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd
- name: "⚙ Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd

- name: "✅ Checkout repository"
uses: actions/checkout@v2
- name: "✅ Checkout repository"
uses: actions/checkout@v2

check:
runs-on: ubuntu-latest
Expand All @@ -32,7 +29,7 @@ jobs:
with:
fetch-depth: 0

- name: "👨‍💻 SSL Check"
run: |
chmod a+x sslcheck
./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
- name: "👨‍💻 SSL Check"
run: |
chmod a+x sslcheck
./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 f8959b9

Please sign in to comment.