From ba1f1b28d3895fec746eaa91f8ad8baaff457541 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Wed, 25 May 2022 14:41:37 +0200 Subject: [PATCH] add hardcoded values to test Signed-off-by: Guillaume Lours --- .github/workflows/dispatch-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch-release.yml b/.github/workflows/dispatch-release.yml index 8cce1abf40d..ad3719e058e 100644 --- a/.github/workflows/dispatch-release.yml +++ b/.github/workflows/dispatch-release.yml @@ -12,11 +12,11 @@ jobs: github-token: ${{ secrets.PAT_DOC_TOKEN }} script: | await github.rest.actions.createWorkflowDispatch({ - owner: 'docker', + owner: 'crazy-max', repo: 'docker.github.io', workflow_id: 'compose_release', ref: 'compose-api-upstream', inputs: { - release: "${{ env.GITHUB_REF }}" + release: "v2.5.1" } })