Skip to content

Commit

Permalink
docs: 📝 adjust varibles instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sousadiego11 committed Sep 29, 2023
1 parent d6c2347 commit 985f617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ To run `act` with secrets, you can enter them interactively, supply them as envi

# Vars

To run `act` with repository variables that are acessible inside the workflow via ${{ vars.VARIABLE }}, you can enter them interactively or load them from a file. The following options are available for providing secrets:
To run `act` with repository variables that are acessible 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 985f617

Please sign in to comment.