Skip to content

Commit 81ae09d

Browse files
committed
Allow smoke override for GitHub Actions runtime
1 parent c08e9d0 commit 81ae09d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Setup Fast Forward GitHub Actions runtime
132132
uses: ./.fast-forward-actions/.github/actions/github-actions/setup
133133
with:
134-
version: ${{ inputs.github-actions-version || vars.FAST_FORWARD_GITHUB_ACTIONS_VERSION || 'dev-main' }}
134+
version: ${{ vars.FAST_FORWARD_GITHUB_ACTIONS_VERSION || inputs.github-actions-version || 'dev-main' }}
135135

136136
- name: Resolve workflow PHP version
137137
id: resolve

0 commit comments

Comments
 (0)