We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64b43e commit 8579c10Copy full SHA for 8579c10
.github/workflows/verify-samples.yml
@@ -16,7 +16,6 @@ jobs:
16
distribution: 'corretto'
17
- name: Generate GitHub App token
18
id: app-token
19
- if: github.ref == 'refs/heads/master'
20
uses: actions/create-github-app-token@v1
21
with:
22
app-id: ${{ secrets.VERIFY_SAMPLES_APP_ID }}
@@ -29,4 +28,5 @@ jobs:
29
28
push-path: 'src/test/resources/test-compile-data/jvm/kotlin-web-site'
30
username: 'x-access-token'
31
password: '${{ steps.app-token.outputs.token }}'
+ start-commit: '3194093197443b55622cb801d86dfb8fe1f0e3a2'
32
report-error-only: true
0 commit comments