1
0
mirror of synced 2025-12-21 19:06:49 -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} ```yaml{:copy}
jobs: jobs:
workflow-command-job: workflow-command-job:
runs-on: ubuntu-latest runs-on: windows-latest
steps: steps:
- name: disable workflow commands - name: disable workflow commands
run: | run: |