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 65e9fe5 commit aaa3d10Copy full SHA for aaa3d10
.github/workflows/create-v1.0-pull-request.yml
@@ -61,13 +61,13 @@ jobs:
61
uses: benc-uk/workflow-dispatch@v1
62
with:
63
workflow: "CodeQL"
64
- toke: ${{ secrets.PERSONAL_TOKEN }}
+ token: ${{ secrets.PERSONAL_TOKEN }}
65
ref: ${{ github.event.pull_request.head.ref }}
66
- name: Queue Java CI
67
68
69
workflow: Java CI with Gradle
70
71
72
73
# References
0 commit comments