Skip to content

Commit c6c8331

Browse files
Update peter-evans/repository-dispatch action to v2.1.2
1 parent 274af2a commit c6c8331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
target_repo: 'EC-Nordbund/EC-Website'
4646
# You may pin to the exact commit or the version.
4747
# uses: peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4
48-
uses: peter-evans/[email protected].0
48+
uses: peter-evans/[email protected].2
4949
with:
5050
token: ${{ secrets.DISPATCH_HOOK_TOKEN }}
5151
repository: ${{ env.target_repo }}
@@ -62,7 +62,7 @@ jobs:
6262
target_repo: 'EC-Nordbund/EC-Website'
6363
# You may pin to the exact commit or the version.
6464
# uses: peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4
65-
uses: peter-evans/[email protected].0
65+
uses: peter-evans/[email protected].2
6666
with:
6767
token: ${{ secrets.DISPATCH_HOOK_TOKEN }}
6868
repository: ${{ env.target_repo }}

0 commit comments

Comments
 (0)