update test push

This commit is contained in:
Easy
2023-02-04 16:42:24 +08:00
parent 7c35279fbb
commit f232db3e5a

View File

@@ -18,6 +18,7 @@ jobs:
test: # make sure the action works on a clean machine without building test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3
- uses: ./ - uses: ./
with: with:
sendkey: ${{ secrets.sendkey }} sendkey: ${{ secrets.sendkey }}