Skip to content

Commit 61a011b

Browse files
authored
Merge pull request anothrNick#311 from anothrNick/pr-target
Use pull_request_target event to run in base of pr
2 parents 88c2e1b + 66d7825 commit 61a011b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Bump version
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types:
66
- closed
77
branches:
88
- master
99
paths:
10-
- 'entrypoint.sh'
11-
- 'action.yml'
12-
- 'Dockerfile'
10+
- "entrypoint.sh"
11+
- "action.yml"
12+
- "Dockerfile"
1313

1414
jobs:
1515
bump-version:
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
23-
fetch-depth: '0'
23+
fetch-depth: "0"
2424

2525
- name: version-tag
2626
id: tag

0 commit comments

Comments
 (0)