Skip to content

Commit 8579c10

Browse files
committed
tmp
1 parent c64b43e commit 8579c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
distribution: 'corretto'
1717
- name: Generate GitHub App token
1818
id: app-token
19-
if: github.ref == 'refs/heads/master'
2019
uses: actions/create-github-app-token@v1
2120
with:
2221
app-id: ${{ secrets.VERIFY_SAMPLES_APP_ID }}
@@ -29,4 +28,5 @@ jobs:
2928
push-path: 'src/test/resources/test-compile-data/jvm/kotlin-web-site'
3029
username: 'x-access-token'
3130
password: '${{ steps.app-token.outputs.token }}'
31+
start-commit: '3194093197443b55622cb801d86dfb8fe1f0e3a2'
3232
report-error-only: true

0 commit comments

Comments
 (0)