We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e993302 commit f1635f4Copy full SHA for f1635f4
1 file changed
.github/workflows/integration.yml
@@ -17,4 +17,4 @@ jobs:
17
with:
18
language: java
19
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
20
- commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
+ commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments