This commit is contained in:
Nick Fields
2021-06-10 17:55:53 -04:00
parent b00fd808da
commit 2750220347
2 changed files with 4 additions and 4 deletions

View File

@@ -274,8 +274,8 @@ jobs:
timeout_minutes: 1
max_attempts: 2
command: |
print('a', 'b', 'c')
print('1', '2', '3')
Get-ComputerInfo
Get-Date
- name: Multi-line single-command Test
uses: ./
with:

View File

@@ -162,8 +162,8 @@ with:
timeout_minutes: 1
max_attempts: 2
command: |
print('a', 'b', 'c')
print('1', '2', '3')
Get-ComputerInfo
Get-Date
```
### Run multi-line, single-command script