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 f98a64e commit 17de1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

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

0 comments on commit 17de1e0

Please sign in to comment.