Skip to content

Commit 6b7c435

Browse files
minor style improvement
1 parent 48506f8 commit 6b7c435

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This action can be run on `ubuntu-latest`, `windows-latest`, and `macos-latest`
2020
2. create the github token as a secret
2121
3. In the execution step, pass the secret as environment variable with name "STACKQL_GITHUB_CREDS"
2222

23-
Check the "Use GitHub Provider" step in `.github/workflows/setup-stackql.yml` for the working example
23+
Check the "Use GitHub Provider" step in [setup-stackql.yml](.github/workflows/setup-stackql.yml) for the working example
24+
2425
### Example
2526
```
2627
- name: Use GitHub Provider
@@ -40,7 +41,8 @@ Check the "Use GitHub Provider" step in `.github/workflows/setup-stackql.yml` fo
4041
2. encode the key json file into base64 string
4142
3. in execution step, run `sudo echo ${{ secrets.<name of the secret> }} | base64 -d > sa-key.json`
4243

43-
Check the "Prep Google Creds" step in `.github/workflows/setup-stackql.yml` for the working example
44+
Check the "Prep Google Creds" step in [setup-stackql.yml](.github/workflows/setup-stackql.yml) for the working example
45+
4446
### Example
4547
```
4648
- name: Prep Google Creds (bash)

0 commit comments

Comments
 (0)