File tree Expand file tree Collapse file tree
.github/actions/generate-catalogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,15 +26,6 @@ inputs:
2626runs :
2727 using : composite
2828 steps :
29- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
30- with :
31- repository : cloudnative-pg/postgres-containers
32- ref : ${{ github.action_ref }}
33- path : catalog-generator
34- sparse-checkout-cone-mode : false
35- sparse-checkout : |
36- .github/catalogs_generator.py
37-
3829 - name : Set up Python
3930 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4031 with :
4839 - name : Generate catalogs
4940 shell : bash
5041 run : |
51- python catalog-generator/.github/ catalogs_generator.py \
42+ python "$GITHUB_ACTION_PATH/ catalogs_generator.py" \
5243 ${{ inputs.registry && format('--registry "{0}"', inputs.registry) || '' }} \
5344 ${{ inputs.image-types && format('--image-types "{0}"', inputs.image-types) || '' }} \
5445 ${{ inputs.distributions && format('--distributions "{0}"', inputs.distributions) || '' }} \
File renamed without changes.
You can’t perform that action at this time.
0 commit comments