We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a842376 commit 08241b8Copy full SHA for 08241b8
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,6 @@ jobs:
27
with:
28
dry_run: true
29
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
30
- branch_name: ${{ github.event.pull_request.head.ref }}
+ branch_name: main
31
tag_format: ${{ needs.get_config_values.outputs.tag_format }}
32
secrets: inherit
0 commit comments