Skip to content

Commit 7fd5ac6

Browse files
committed
Publish new version: 1.0.0 (#1)
1 parent c558fec commit 7fd5ac6

23 files changed

+6228
-162
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1+
name: Cleanup Workflow Runs
2+
13
on: [workflow_dispatch]
24

5+
# REMOVE IF THE TOKEN YOU ARE USING ALREADY HAS THESE PERMISSIONS
6+
permissions:
7+
actions: write
8+
contents: read
9+
310
jobs:
4-
hello_world_job:
11+
cleanup:
512
runs-on: ubuntu-latest
6-
name: A job to say hello
713
steps:
814
- name: Checkout
915
uses: actions/checkout@v4
1016

11-
- name: Hello world action step
12-
uses: ./ # Uses an action in the root directory
17+
- name: Delete Workflow Runs
18+
uses: ./
1319
with:
14-
name: 'Mona the Octocat'
20+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)