We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1773bc3 commit 52b3e59Copy full SHA for 52b3e59
1 file changed
.github/workflows/sync-dataset-json-changes-to-js-utils.yml
@@ -70,8 +70,8 @@ jobs:
70
run: |
71
dataset="${{ env.DATASET }}"
72
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
+ printf '%s ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/%s]\n' \
+ "$msg" "$dataset" > commit_msg.txt
75
76
- name: Sync <dataset>.json → adamlui/js-utils/<dataset>
77
0 commit comments