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
6bfc08aa02
commit
58c29c73c4
7
.github/workflows/flathub_push_cooker.yml
vendored
7
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: push-cooker-flathub
|
name: PUSH-cooker-flathub
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
# push:
|
||||||
|
@ -16,10 +16,9 @@ jobs:
|
||||||
Pushing_cooker_into_flathub:
|
Pushing_cooker_into_flathub:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Pushing
|
- name: Pushing
|
||||||
run:
|
shell: bash
|
||||||
|
|
run: |
|
||||||
# EDITABLES:
|
# EDITABLES:
|
||||||
rd_branch="cooker"
|
rd_branch="cooker"
|
||||||
gits_folder="gits" # without last /
|
gits_folder="gits" # without last /
|
||||||
|
|
Loading…
Reference in a new issue