Skip to content

Commit 52b3e59

Browse files
committed
Moved auto-sync trailer to msg
1 parent 1773bc3 commit 52b3e59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-dataset-json-changes-to-js-utils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
run: |
7171
dataset="${{ env.DATASET }}"
7272
msg="${RAW_COMMIT_MSG:-Update $dataset.json}"
73-
printf '%s\n' "$msg" > commit_msg.txt
74-
echo "↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/$dataset]" >> commit_msg.txt
73+
printf '%s ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/%s]\n' \
74+
"$msg" "$dataset" > commit_msg.txt
7575
7676
- name: Sync <dataset>.json → adamlui/js-utils/<dataset>
7777
run: |

0 commit comments

Comments
 (0)