Skip to content

Commit 737d334

Browse files
committed
format the dummy action
1 parent 04e758a commit 737d334

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

.github/workflows/debug.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This action is for playing around with GHA and has no use outside of that.
2+
name: main
3+
4+
on:
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- master
9+
10+
jobs:
11+
tail_and_check:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Checkout code
16+
uses: actions/checkout@v4
17+
18+
- name: Start tailing file
19+
run: tail -f /etc/issue >/dev/null 2>&1 &
20+
21+
- name: Print processes
22+
run: ps aux

.github/workflows/main.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)