File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build :
18- if : (github.repository == 'adamlui/js -utils') && !contains(github.event.head_commit.message, '[auto-sync')
18+ if : (github.repository == 'adamlui/python -utils') && !contains(github.event.head_commit.message, '[auto-sync')
1919 runs-on : ubuntu-24.04
2020 permissions :
2121 contents : read
6767 run : |
6868 dataset="${{ env.DATASET }}"
6969 echo "Syncing $dataset.json"
70- src_file=$(find "${GITHUB_WORKSPACE}/adamlui/js -utils" -name "$dataset.json" -type f | head -n 1)
70+ src_file=$(find "${GITHUB_WORKSPACE}/adamlui/python -utils" -name "$dataset.json" -type f | head -n 1)
7171 if [[ -z "$src_file" ]] ; then echo "No source file found for $dataset" ; exit 1 ; fi
7272 snake_dataset=$(echo "$dataset" | tr '-' '_')
7373 dest_dir="${GITHUB_WORKSPACE}/adamlui/js-utils/$dataset"
You can’t perform that action at this time.
0 commit comments