Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 0fde4c6

Browse files
vmishenevAlexanderPrendota
authored andcommitted
chore(workflow): change repo of verifier action
1 parent d4df53a commit 0fde4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
java-version: '11'
1616
distribution: 'adopt'
1717
- name: Run a verifier
18-
uses: AlexanderPrendota/kotlin-samples-pusher@v1
18+
uses: AlexanderPrendota/kotlin-samples-verifier@master
1919
with:
2020
push-repository: 'https://github.com/kotlin-hands-on/hands-on'
21-
tag-filter: '#tag="code" & class="language-run-kotlin"'
21+
tag-filter: '#tag="code" & class="language-run-kotlin" & !validate="false"'
2222
push-path: 'src/test/resources/test-compile-data/jvm/kotlin-hands-on'
2323
username: '${{ secrets.KOTLIN_HANDS_ON_TOKEN }}' #token with an access to create PR in push-repository and issue in this repository
2424

0 commit comments

Comments
 (0)