Skip to content

Commit 104ba7c

Browse files
ChristopherHXcplee
andauthored
vars section fix type and wrap expression syntax in backticks (#35)
Co-authored-by: Casey Lee <[email protected]>
1 parent da97499 commit 104ba7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Example:
108108

109109
# Vars
110110

111-
To run `act` with repository variables that are accessible inside the workflow via ${{ vars.VARIABLE }}, you can enter them interactively or load them from a file. The following options are available for providing github repository variables:
111+
To run `act` with repository variables that are accessible inside the workflow via `${{ vars.VARIABLE }}`, you can enter them interactively or load them from a file. The following options are available for providing github repository variables:
112112

113113
- `act --var VARIABLE=somevalue` - use `somevalue` as the value for `VARIABLE`.
114114
- `act --var-file my.variables` - load variables values from `my.variables` file.

0 commit comments

Comments
 (0)