various fixes...

This commit is contained in:
Aleksandr Chikovani 2023-09-06 21:56:59 -04:00
parent ba75177ed5
commit fd3b4ddb5f

View file

@ -10,8 +10,10 @@ jobs:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
steps:
- name: Deploy
env:
JSON_DOC: ${{ toJSON(github.event) }}
run: |
echo "Deploying..."
echo $JSON_DOC | jq
#name: Trigger tests
#
#on: