Skip to content

Commit

Permalink
Merge pull request #673 from tecpromotion/main
Browse files Browse the repository at this point in the history
J5 set dryrun to false
  • Loading branch information
tecpromotion authored Jul 1, 2023
2 parents a3f3118 + f69442d commit 0530600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-get-language-source-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Option to specify a path to the configuration file, without / at the beginning
config: 'Configurations/Crowdin-J5-All.yml'
# Use true for dryrun to test the run without actually processing anything
dryrun_action: true
dryrun_action: false

- name: crowdin action installer files
uses: crowdin/[email protected]
Expand All @@ -97,4 +97,4 @@ jobs:
# Option to specify a path to the configuration file, without / at the beginning
config: 'Configurations/Crowdin-J5-Installer.yml'
# Use true for dryrun to test the run without actually processing anything
dryrun_action: true
dryrun_action: false

0 comments on commit 0530600

Please sign in to comment.