mirror of
https://github.com/octoleo/octosync.git
synced 2024-10-31 18:52:35 +00:00
Set main workflows into dry run mode, as we add the keys.
This commit is contained in:
parent
5e6d4c1531
commit
a2db3506ba
2
.github/workflows/joomla4.0-dev-lang.yml
vendored
2
.github/workflows/joomla4.0-dev-lang.yml
vendored
@ -45,4 +45,4 @@ jobs:
|
|||||||
/bin/git clone -b master --single-branch git@github.com:vdm-io/github-sync-bot.git bot
|
/bin/git clone -b master --single-branch git@github.com:vdm-io/github-sync-bot.git bot
|
||||||
- name: Sync The Repo Files
|
- name: Sync The Repo Files
|
||||||
run: |
|
run: |
|
||||||
/bin/bash ./bot/src/sync.sh --conf=bot/conf/joomla4.0-dev-lang
|
/bin/bash ./bot/src/sync.sh --conf=bot/conf/joomla4.0-dev-lang --dry
|
||||||
|
2
.github/workflows/lang-joomla4.0-dev.yml
vendored
2
.github/workflows/lang-joomla4.0-dev.yml
vendored
@ -45,4 +45,4 @@ jobs:
|
|||||||
/bin/git clone -b master --single-branch git@github.com:vdm-io/github-sync-bot.git bot
|
/bin/git clone -b master --single-branch git@github.com:vdm-io/github-sync-bot.git bot
|
||||||
- name: Sync The Repo Files
|
- name: Sync The Repo Files
|
||||||
run: |
|
run: |
|
||||||
/bin/bash ./bot/src/sync.sh --conf=bot/conf/lang-joomla4.0-dev
|
/bin/bash ./bot/src/sync.sh --conf=bot/conf/lang-joomla4.0-dev --dry
|
||||||
|
Loading…
Reference in New Issue
Block a user