mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 15:15:38 +00:00
Juggling with workflow
This commit is contained in:
parent
53c5c14e11
commit
95828579fb
2
.github/workflows/flathub_push_cooker.yml
vendored
2
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# EDITABLES:
|
# EDITABLES:
|
||||||
rd_branch="cooker"
|
rd_branch="cooker"
|
||||||
gits_folder="gits" # without last /
|
gits_folder="${GITHUB_WORKSPACE}/gits" # without last /
|
||||||
|
|
||||||
# NON-EDITABLES
|
# NON-EDITABLES
|
||||||
branch="$rd_branch-"$(date +%d%m%y.%H%M)
|
branch="$rd_branch-"$(date +%d%m%y.%H%M)
|
||||||
|
|
Loading…
Reference in a new issue