Skip to content

Commit 0fac136

Browse files
committed
Fixing errors and typos in comments
1 parent bcfa701 commit 0fac136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here is an example YAML Fragment in the steps section of a build:
2020

2121
```yaml
2222
steps:
23-
- name: Launch Files CDN data for a Product and location
23+
- name: Launch Files Configuration
2424
uses: snxd/deploy-github-launchfiles-action@v2
2525
with:
2626
console_version: '6.1.2.84'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
console_version: ${{ inputs.console_version }}
7070
scripts_version: ${{ inputs.scripts_version }}
7171

72-
- name: Do Deploy
72+
- name: Configure Launch Files
7373
shell: bash
7474
working-directory: solsta_work
7575
run: |

0 commit comments

Comments
 (0)