mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
Update automation paths for action runner
This commit is contained in:
parent
39d62ee0fc
commit
de640698c1
|
@ -3,8 +3,8 @@
|
||||||
# For the file paths to work correctly, call this script with this command from the cloned repo folder root:
|
# For the file paths to work correctly, call this script with this command from the cloned repo folder root:
|
||||||
# sh automation_tools/update_sha.sh
|
# sh automation_tools/update_sha.sh
|
||||||
|
|
||||||
rd_manifest=net.retrodeck.retrodeck.yml
|
rd_manifest=${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml
|
||||||
sha_update_list=automation_tools/sha_to_update.cfg
|
sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_to_update.cfg
|
||||||
|
|
||||||
while IFS="^" read -r url placeholder
|
while IFS="^" read -r url placeholder
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue