Update main.yml

This commit is contained in:
zizifn
2020-12-12 23:07:12 +08:00
committed by GitHub
parent 53540fdd6a
commit b3088757be

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "testinput: ${{ github.event.inputs.testinput }}"
echo "testinput: "${{ github.event.inputs.testinput }}"
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.7.8 # This is the action
with: