mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: changing push action - fix9 [skip ci]
This commit is contained in:
parent
d98ec8c90b
commit
8f1591e603
|
@ -91,7 +91,7 @@ if [ -n "${GITHUB_WORKFLOW}" ]; then
|
|||
echo "RD_BRANCH=$rd_branch" >> $GITHUB_ENV
|
||||
echo "RELNAME=$relname" >> $GITHUB_ENV
|
||||
echo "FOLDER_TO_PUSH="$gits_folder/flathub"" >> $GITHUB_ENV
|
||||
echo "TARGET_REPO=https://github.com/${flathub_target_repo}" >> $GITHUB_ENV
|
||||
echo "TARGET_REPO=${flathub_target_repo}" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
git add .
|
||||
|
|
Loading…
Reference in a new issue