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 4186942 commit 275213cCopy full SHA for 275213c
.github/workflows/docker-tests.yml
@@ -63,7 +63,7 @@ jobs:
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
run: |
66
- # Create a JSON file for Testing Farm in order to schedule a CI testing job
+ # Create a JSON data structure for GitHub API to display the test status in the PR
67
cat << EOF > pending.json
68
{
69
"sha": "${{ steps.sha_value.outputs.SHA }}",
0 commit comments