Set main workflows into dry run mode, as we add the keys.

This commit is contained in:
Llewellyn van der Merwe 2021-07-14 14:01:05 +02:00
parent 5e6d4c1531
commit a2db3506ba
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
2 changed files with 2 additions and 2 deletions

View File

@ -45,4 +45,4 @@ jobs:
/bin/git clone -b master --single-branch git@github.com:vdm-io/github-sync-bot.git bot
- name: Sync The Repo Files
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

View File

@ -45,4 +45,4 @@ jobs:
/bin/git clone -b master --single-branch git@github.com:vdm-io/github-sync-bot.git bot
- name: Sync The Repo Files
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