Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Aug 27, 2022
1 parent b0148b9 commit 678cc46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 678cc46

Please sign in to comment.