diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 5499bb7..9ada9d6 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -13,6 +13,7 @@ jobs: uses: actions/checkout@v3 - 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: sleep 30 - name: List files in the repository run: | ls ${{ github.workspace }} diff --git a/gigu b/gigu new file mode 100644 index 0000000..f2b8dd3 --- /dev/null +++ b/gigu @@ -0,0 +1 @@ +bumb \ No newline at end of file