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 17de1e0 commit b5c3196
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: PHP Composer
name: SSL Check

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

permissions:
contents: read
env:
DOMAINS: ${{secrets.TD_DOMAINS}}

jobs:
build:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -23,6 +22,4 @@ jobs:

- name: SSL Check
run: |
DOMAINS=${{secrets.TD_DOMAINS}}
./sslcheck $DOMAINS
./sslcheck ${{ env.DOMAINS }}

0 comments on commit b5c3196

Please sign in to comment.