Skip to content

Commit

Permalink
vars section fix type and wrap expression syntax in backticks (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Casey Lee <[email protected]>
  • Loading branch information
ChristopherHX and cplee authored Dec 24, 2024
1 parent da97499 commit 104ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Example:

# Vars

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:
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:

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

0 comments on commit 104ba7c

Please sign in to comment.