mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix runner
This commit is contained in:
parent
d658154449
commit
f3cd64cd1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ssh-debug.yml
vendored
2
.github/workflows/ssh-debug.yml
vendored
|
@ -20,7 +20,7 @@ on:
|
|||
|
||||
jobs:
|
||||
debug:
|
||||
runs-on: {{ inputs.runner }}
|
||||
runs-on: ${{ inputs.runner }}
|
||||
environment: ci
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue