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 d26d9bb commit f58c9e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sslcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:

- name: SSL Check
run: |
`php ./sslcheck ${{ env.DOMAINS }}`
echo ${DOMAINS}
echo ${{ env.DOMAINS }}
./sslcheck ${{ env.DOMAINS }}

0 comments on commit f58c9e5

Please sign in to comment.