We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfa701 commit 0fac136Copy full SHA for 0fac136
README.md
@@ -20,7 +20,7 @@ Here is an example YAML Fragment in the steps section of a build:
20
21
```yaml
22
steps:
23
- - name: Launch Files CDN data for a Product and location
+ - name: Launch Files Configuration
24
uses: snxd/deploy-github-launchfiles-action@v2
25
with:
26
console_version: '6.1.2.84'
action.yml
@@ -69,7 +69,7 @@ runs:
69
console_version: ${{ inputs.console_version }}
70
scripts_version: ${{ inputs.scripts_version }}
71
72
- - name: Do Deploy
+ - name: Configure Launch Files
73
shell: bash
74
working-directory: solsta_work
75
run: |
0 commit comments