Skip to content

Commit eee632e

Browse files
committed
Update docs
1 parent 9e9edff commit eee632e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ permissions:
4040
jobs:
4141
clean-logs:
4242
runs-on: ubuntu-latest
43+
permissions:
44+
actions: write
4345
steps:
44-
- uses: igorjs/gh-actions-clean-workflow@v3
46+
- uses: igorjs/gh-actions-clean-workflow@v4.0.0
4547
with:
4648
token: ${{ github.token }} # optional
4749
owner: ${{ github.repository_owner }} # optional
@@ -73,7 +75,7 @@ jobs:
7375
permissions:
7476
actions: write
7577
steps:
76-
- uses: igorjs/gh-actions-clean-workflow@v3
78+
- uses: igorjs/gh-actions-clean-workflow@v4.0.0
7779
with:
7880
days_old: ${{ github.event.inputs.days_old }} # optional
7981
runs_to_keep: ${{ github.event.inputs.runs_to_keep }} # optional
@@ -94,7 +96,7 @@ jobs:
9496
permissions:
9597
actions: write
9698
steps:
97-
- uses: igorjs/gh-actions-clean-workflow@v3
99+
- uses: igorjs/gh-actions-clean-workflow@v4.0.0
98100
with:
99101
days_old: "14" # optional, default value: "7"
100102
runs_to_keep: "20" # optional, default value: "0"
@@ -126,7 +128,7 @@ jobs:
126128
permissions:
127129
actions: write
128130
steps:
129-
- uses: igorjs/gh-actions-clean-workflow@v3
131+
- uses: igorjs/gh-actions-clean-workflow@v4.0.0
130132
with:
131133
days_old: ${{ github.event.inputs.days_old || env.SCHEDULED_DAYS_OLD }}
132134
runs_to_keep: ${{ github.event.inputs.runs_to_keep || env.SCHEDULED_RUNS_TO_KEEP }}

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)