We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08e9d0 commit 81ae09dCopy full SHA for 81ae09d
1 file changed
.github/workflows/tests.yml
@@ -131,7 +131,7 @@ jobs:
131
- name: Setup Fast Forward GitHub Actions runtime
132
uses: ./.fast-forward-actions/.github/actions/github-actions/setup
133
with:
134
- version: ${{ inputs.github-actions-version || vars.FAST_FORWARD_GITHUB_ACTIONS_VERSION || 'dev-main' }}
+ version: ${{ vars.FAST_FORWARD_GITHUB_ACTIONS_VERSION || inputs.github-actions-version || 'dev-main' }}
135
136
- name: Resolve workflow PHP version
137
id: resolve
0 commit comments