Skip to content

Commit

Permalink
set env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed May 4, 2022
1 parent f0aad34 commit ec757d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,18 @@ runs:
steps:
- run: $GITHUB_ACTION_PATH/entrypoint.sh
shell: bash
env:
INPUT_OWNER: ${{ inputs.owner }}
INPUT_REPO: ${{ inputs.repo }}
INPUT_REF: ${{ inputs.ref }}
INPUT_PULL_REQUEST: ${{ inputs.pull_request }}
INPUT_COMPARE: ${{ inputs.compare }}
INPUT_COMMIT_SHA: ${{ inputs.commit_sha }}
INPUT_AUTHOR_NAME: ${{ inputs.author_name }}
INPUT_COMMANDS: ${{ inputs.commands }}
INPUT_DBNAME: ${{ inputs.dbname }}
INPUT_MIGRATION_ENVS: ${{ inputs.migration_envs }}
INPUT_DOWNLOAD_ARTIFACTS: ${{ inputs.download_artifacts }}
INPUT_OBSERVATION_INTERVAL: ${{ inputs.observation_interval }}
INPUT_MAX_LOCK_DURATION: ${{ inputs.max_lock_duration }}
INPUT_MAX_DURATION: ${{ inputs.max_duration }}

0 comments on commit ec757d1

Please sign in to comment.