mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-11 17:13:04 +00:00
docs: fix typo in sample
This commit is contained in:
@@ -111,11 +111,11 @@ In an URL, use `<GITHUB_VARIABLE>_SLUG_URL` instead of **<GITHUB_VARIABLE>\_SLUG
|
|||||||
|
|
||||||
- name: Deploy dummy application using slug in the 'subdomain' part
|
- name: Deploy dummy application using slug in the 'subdomain' part
|
||||||
run: |
|
run: |
|
||||||
./deploy-application.sh --url "https://${{ env.<GITHUB_VARIABLE>_SLUG_URL }}.staging.app.mycompagny.com"
|
./deploy-application.sh --url "https://${{ env.<GITHUB_VARIABLE>_SLUG_URL }}.staging.app.mycompany.com"
|
||||||
|
|
||||||
- name: Deploy dummy application using slug in the 'resource path' part
|
- name: Deploy dummy application using slug in the 'resource path' part
|
||||||
run: |
|
run: |
|
||||||
./deploy-application.sh --url "https://staging.app.mycompagny.com/${{ env.<GITHUB_VARIABLE>_SLUG }}"
|
./deploy-application.sh --url "https://staging.app.mycompany.com/${{ env.<GITHUB_VARIABLE>_SLUG }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|||||||
Reference in New Issue
Block a user