Add gigu #2

Merged
pupu merged 2 commits from pupu-patch-1 into main 2024-04-19 23:44:48 +00:00
Showing only changes of commit 88a330c795 - Show all commits

View file

@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to test your code on the runner." - run: echo "The workflow is now ready to test your code on the runner."
- run: sleep 30
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}