Skip to content

Commit 02608bd

Browse files
litaocdlsxd
andauthored
chore: added a new input branch (#25)
* chore: added a new input `branch` this is the update for previous commit, with this new input we can select which branch we want to use from the cloudnative-pg project Closes #23 Signed-off-by: Jonathan Gonzalez V <[email protected]> Signed-off-by: Tao Li <[email protected]> Co-authored-by: Jonathan Gonzalez V <[email protected]>
1 parent 09edb90 commit 02608bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@v4
114114
with:
115115
repository: cloudnative-pg/cloudnative-pg
116-
ref: ${{ env.BRANCH }}
116+
ref: ${{ github.event.inputs.branch || 'main' }}
117117
fetch-depth: 0
118118

119119
- name: Install Go

0 commit comments

Comments
 (0)