mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-09 10:33:36 -05:00
correct example usage.
- `uses: franzdiebold@github-env-vars-action@v1.0.0` It was throwing the following error: ``` Invalid workflow file The workflow is not valid. .github/workflows/main.yml (Line: 94, Col: 13): Expected format {org}/{repo}[/path]@ref. Actual 'github-env-vars-action@v1.0.0',Input string was not in a correct format. ```
This commit is contained in:
parent
d550e1273f
commit
97be8087ce
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ For a full list of default environment variables exposed by GitHub see [https://
|
|||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: franzdiebold@github-env-vars-action@v1.0.0
|
||||
- uses: franzdiebold/github-env-vars-action@v1.0.0
|
||||
- name: Print environment variables
|
||||
run: |
|
||||
echo "GITHUB_REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER"
|
||||
|
|
Loading…
Reference in a new issue