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:
Priyanka Saggu 2020-05-08 20:27:35 +05:30 committed by GitHub
parent d550e1273f
commit 97be8087ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"