From 678cc46c8e28efc077a5c1815ecc1cd2f37a0937 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 27 Aug 2022 19:02:01 +0800 Subject: [PATCH] s --- .github/dependabot.yml | 9 --------- .github/workflows/shell.yml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 5e21113..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: - # Enable version updates for npm - - package-ecosystem: "npm" - # Look for `package.json` and `lock` files in the `root` directory - directory: "/" - # Check the npm registry for updates every day (weekdays) - schedule: - interval: "daily" diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index faaff1f..461d8d4 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -20,6 +20,6 @@ jobs: cat /etc/release echo "OK" - name: Sleep - run: sleep 5 + run: for i in $(seq 1 10) ; do echo $i; sleep 1; done - uses: neilpang/debugger-action@master