Skip to content

Commit 5a35350

Browse files
update TagBot.yml
1 parent f868bba commit 5a35350

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/TagBot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
types:
55
- created
66
workflow_dispatch:
7-
inputs:
8-
lookback:
9-
default: "3"
107
jobs:
118
TagBot:
129
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
@@ -17,5 +14,4 @@ jobs:
1714
token: ${{ secrets.GITHUB_TOKEN }}
1815
ssh: ${{ secrets.DOCUMENTER_KEY }}
1916
subdir: JuliaBUGS
20-
lookback: ${{ github.event.inputs.lookback }}
2117

0 commit comments

Comments
 (0)