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 88e956a commit ae72cd5Copy full SHA for ae72cd5
.github/workflows/build_ecs_typescript.yml
@@ -17,4 +17,4 @@ jobs:
17
-H "Authorization: Bearer ${{ secrets.ECS_TYPESCRIPT_REPO_TRIGGER_KEY }}" \
18
-H "X-GitHub-Api-Version: 2022-11-28" \
19
https://api.github.com/repos/elastic/ecs-typescript/actions/workflows/generate.yml/dispatches \
20
- -d '{"ref":"main","inputs":{"ecsRef":"${{ env.RELEASE_VERSION }}"}}'
+ -d '{"ref":"main","inputs":{"ecsRef":"${{ github.event.release.tag_name }}"}}'
0 commit comments