Skip to content

Commit

Permalink
fix(): missing dash on refresh dependencies options
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Aug 7, 2024
1 parent 88bf6f7 commit 64edbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Gradle check
- name: Build with Gradle
if: ${{ github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == '' }}
run: ./gradlew check -refresh-dependencies
run: ./gradlew check --refresh-dependencies

# Allure check
- name: Auth to Google Cloud
Expand Down

0 comments on commit 64edbaf

Please sign in to comment.