Skip to content

Commit

Permalink
change dowstream ref
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <[email protected]>
  • Loading branch information
glours committed May 25, 2022
1 parent 963e2e8 commit 62e1478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dispatch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
owner: 'docker',
repo: 'docker.github.io',
workflow_id: 'compose_release',
ref: 'master',
ref: 'compose-api-upstream',
inputs: {
release: ${{ GITHUB_REF }},
},
release: "${{ env.GITHUB_REF }}"
}
})

0 comments on commit 62e1478

Please sign in to comment.