Skip to content

Commit 6255d42

Browse files
committed
chore: print what we are running
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 952dd6f commit 6255d42

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/generate-catalogs/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ runs:
7777
7878
ARGS+=( --output-dir "$OUTPUT_DIR" )
7979
80+
echo "Running: python $GITHUB_ACTION_PATH/catalogs_generator.py ${ARGS[*]}"
8081
python "$GITHUB_ACTION_PATH/catalogs_generator.py" "${ARGS[@]}"

.github/workflows/catalogs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
update-catalogs:
1616
runs-on: ubuntu-24.04
1717
steps:
18+
# TODO: remove this step once system images are EOL
1819
- name: Checkout code
1920
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2021
with:

0 commit comments

Comments
 (0)