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 5ca055c commit f958527Copy full SHA for f958527
.github/workflows/version-history.yml
@@ -50,6 +50,8 @@ jobs:
50
- name: Checkout
51
id: checkout
52
uses: actions/checkout@v3
53
+ with:
54
+ ref: ${{ inputs.target_branch || 'main' }}
55
56
- name: Get image info
57
id: Get_image_info
0 commit comments