Fix caprover.yml

This commit is contained in:
2024-07-13 03:43:03 +07:00
parent 4916338a01
commit 545c9d8e4a

View File

@@ -10,8 +10,6 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Build and test your app (customize as needed)
run: |
# Add your build and test commands here