Skip to content

Commit

Permalink
updated inputs to transfer to env
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Nov 17, 2024
1 parent fecb142 commit b9391f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ 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
CONFIGURATION_FILE: ${{ inputs.configuration_file }} # Pass the configuration file as an environment variable

0 comments on commit b9391f4

Please sign in to comment.