Update workflow.yml

This commit is contained in:
Sora Morimoto
2020-07-05 04:23:52 +09:00
committed by GitHub
parent cc62436e19
commit 6d27852477

View File

@@ -27,4 +27,4 @@ jobs:
run: prettier --check README.md
- name: Check new plugin is registered correctly
run: bash test_plugin.sh --diff origin/master "${{ github.sha }}"
run: bash test_plugin.sh --diff origin/master ${{ github.sha }}