update README with pr suggestions

This commit is contained in:
Sandi Chakravarty
2019-10-09 11:40:46 -07:00
parent 056edc7bfb
commit 79426d2a8c

View File

@@ -15,7 +15,7 @@ You must provide:
Optional Arguments
- `file_glob`: If set to true, the file argument can be a glob pattern (asset_name is ignored in this case)
- `file_glob`: If set to true, the file argument can be a glob pattern (`asset_name` is ignored in this case)
## Usage
@@ -97,7 +97,7 @@ jobs:
tag: ${{ github.ref }}
```
Example with file_glob:
Example with `file_glob`:
```yaml
name: Publish
on: