Skip to content

Commit

Permalink
Update sherlo_testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziolkowski committed Dec 2, 2024
1 parent 4ee3049 commit 7af6a6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sherlo_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
config: 'all-devices'
project: 'device-testing'
with_builds: true
use_github_action: ${{ github.event.inputs.use_github_action == true }}
use_github_action: ${{ github.event.inputs.use_github_action == 'true' }}

many_stories:
uses: ./.github/workflows/expo-update.yml
Expand All @@ -67,7 +67,7 @@ jobs:
config: 'many-stories'
with_builds: true
project: 'many-stories'
use_github_action: ${{ github.event.inputs.use_github_action == true }}
use_github_action: ${{ github.event.inputs.use_github_action == 'true' }}

expo_local_builds:
uses: ./.github/workflows/expo_local-builds.yml
Expand All @@ -76,7 +76,7 @@ jobs:
secrets: inherit
with:
env: ${{ github.event.inputs.env }}
use_github_action: ${{ github.event.inputs.use_github_action == true }}
use_github_action: ${{ github.event.inputs.use_github_action == 'true' }}

expo_cloud:
uses: ./.github/workflows/expo-cloud.yml
Expand All @@ -85,7 +85,7 @@ jobs:
secrets: inherit
with:
env: ${{ github.event.inputs.env }}
use_github_action: ${{ github.event.inputs.use_github_action == true }}
use_github_action: ${{ github.event.inputs.use_github_action == 'true' }}

expo_update_with_builds:
uses: ./.github/workflows/expo-update.yml
Expand All @@ -94,7 +94,7 @@ jobs:
secrets: inherit
with:
env: ${{ github.event.inputs.env }}
use_github_action: ${{ github.event.inputs.use_github_action == true }}
use_github_action: ${{ github.event.inputs.use_github_action == 'true' }}
with_builds: true
project: 'expo-update'

Expand All @@ -105,6 +105,6 @@ jobs:
secrets: inherit
with:
env: ${{ github.event.inputs.env }}
use_github_action: ${{ github.event.inputs.use_github_action == true }}
use_github_action: ${{ github.event.inputs.use_github_action == 'true' }}
with_builds: false
project: 'expo-update'

0 comments on commit 7af6a6c

Please sign in to comment.