Skip to content

Commit

Permalink
added with statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Nov 17, 2024
1 parent c13f4a6 commit fecb142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ runs:
run: node dist/index.js # Run the custom script to modify files like README.md
env:
GITHUB_TOKEN: ${{ inputs.github_token }} # Pass the GitHub token as an environment variable
with:
configuration_file: ${{ inputs.configuration_file }} # Pass the configuration file as an argument

0 comments on commit fecb142

Please sign in to comment.