File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 31
31
python -m pip install --upgrade pip
32
32
pip install requests==2.23.0
33
33
pip install git+https://github.com/ror-community/update_address.git
34
- curl https://raw.githubusercontent.com/ror-community/curation_ops/move-generate-rel /generate_relationships/generate_relationships.py -o generate_relationships.py
34
+ curl https://raw.githubusercontent.com/ror-community/curation_ops/main /generate_relationships/generate_relationships.py -o generate_relationships.py
35
35
python generate_relationships.py relationships.csv
36
36
- name : commit error file
37
37
if : ${{ steps.genrelshp.outcome != 'success'}}
Original file line number Diff line number Diff line change 31
31
python -m pip install --upgrade pip
32
32
pip install requests==2.23.0
33
33
pip install git+https://github.com/ror-community/update_address.git
34
- curl https://raw.githubusercontent.com/ror-community/curation_ops/move-generate-rel /remove_relationships/remove_relationships.py -o remove_relationships.py
34
+ curl https://raw.githubusercontent.com/ror-community/curation_ops/main /remove_relationships/remove_relationships.py -o remove_relationships.py
35
35
python remove_relationships.py relationships.csv
36
36
- name : commit error file
37
37
if : ${{ steps.remrelshp.outcome != 'success'}}
Original file line number Diff line number Diff line change 29
29
working-directory : ${{ env.WORKING_DIR }}
30
30
run : |
31
31
python -m pip install --upgrade pip
32
- curl https://raw.githubusercontent.com/ror-community/curation_ops/move-generate-rel /update_related_records/requirements.txt -o requirements.txt
32
+ curl https://raw.githubusercontent.com/ror-community/curation_ops/main /update_related_records/requirements.txt -o requirements.txt
33
33
pip install -r requirements.txt
34
- curl https://raw.githubusercontent.com/ror-community/curation_ops/move-generate-rel /update_related_records/update_related.py -o update_related.py
34
+ curl https://raw.githubusercontent.com/ror-community/curation_ops/main /update_related_records/update_related.py -o update_related.py
35
35
python update_related.py
36
36
- name : commit changed files
37
37
if : ${{ steps.updatelabels.outcome == 'success'}}
Original file line number Diff line number Diff line change 27
27
with :
28
28
repository : ror-community/validation-suite
29
29
path : validation-suite
30
- ref : dev
31
30
- name : Get directory name
32
31
if : " ${{ github.event.inputs.directory-name != '' }}"
33
32
run : echo "WORKING_DIR=${{ github.event.inputs.directory-name }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments