1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Example was using ubuntu-latest for pwsh

This commit is contained in:
Jesse Houwing
2022-02-25 14:52:19 +01:00
committed by GitHub
parent 54b53009af
commit bb554793a8

View File

@@ -348,7 +348,7 @@ To stop the processing of workflow commands, pass a unique token to `stop-comman
```yaml{:copy}
jobs:
workflow-command-job:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: disable workflow commands
run: |