Change 'GitHub Action' to 'action
Co-authored-by: Ethan Dennis <[email protected]>
This commit is contained in:
co-authored by
Ethan Dennis
parent
50130ff591
commit
dd9609b42c
@@ -63,7 +63,7 @@ The converted workflow above contains an `artifacts.terraform` step that was not
|
|||||||
- __artifacts.terraform__
|
- __artifacts.terraform__
|
||||||
|
|
||||||
2. What is the desired Actions syntax to use instead?
|
2. What is the desired Actions syntax to use instead?
|
||||||
- After some research, you have determined that the following GitHub Action will provide similar functionality:
|
- After some research, you have determined that the following action will provide similar functionality:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user