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 c230f4e commit 4e92a80Copy full SHA for 4e92a80
.github/workflows/trigger-manifest-generation.yml
@@ -14,4 +14,4 @@ jobs:
14
- name: Trigger manifest-update workflow
15
run: |
16
echo "Triggering manifest-update workflow at https://build.ci.opensearch.org/job/manifest-update/"
17
- curl -f -X POST https://build.ci.opensearch.org/job/manifest-update/build --user "${{ secrets.JENKINS_GITHUB_USER}}:${{ secrets.JENKINS_GITHUB_USER_TOKEN}}"
+ curl -f -X POST https://build.ci.opensearch.org/job/manifest-update/build --user ${{ secrets.JENKINS_GITHUB_USER}}:${{ secrets.JENKINS_GITHUB_USER_TOKEN}}
0 commit comments