Skip to content

Commit 36d89ee

Browse files
committed
add exact commands to job output
1 parent 56a5091 commit 36d89ee

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

  • .github/actions/check-concepts-up-to-date

.github/actions/check-concepts-up-to-date/action.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,18 @@ runs:
9393
9494
const summary = [
9595
'The committed `concepts_postgres` / `concepts_duckdb` are stale relative to',
96-
'the BigQuery sources. Regenerate them with the two `mimic_utils convert_folder`',
97-
'commands and commit the result, or let the regeneration bot open a PR after',
98-
'this branch merges.',
96+
'the BigQuery sources. Regenerate them by running:',
97+
'',
98+
'```sh',
99+
'mimic_utils convert_folder mimic-iv/concepts mimic-iv/concepts_postgres --destination_dialect postgres',
100+
'mimic_utils convert_folder mimic-iv/concepts mimic-iv/concepts_duckdb --destination_dialect duckdb',
101+
'```',
102+
'',
103+
'Then commit the result.',
104+
'',
105+
'Alternatively, there is a bot which watches the main branch and',
106+
'automatically opens a PR to regenerate the dialects after the main',
107+
'branch merges.',
99108
'',
100109
'### Files that differ',
101110
'```',

0 commit comments

Comments
 (0)