File tree Expand file tree Collapse file tree
check-prerequisites-and-locate-build-artifact Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 working-directory : ${{ github.action_path }}
5959 run : python3 src/main.py
6060 shell : bash
61+ env :
62+ INPUT_GITHUB_TOKEN : ${{ inputs.github-token }}
63+ INPUT_SHA : ${{ inputs.sha }}
64+ INPUT_TRIGGER_EVENT : ${{ inputs.trigger-event }}
65+ INPUT_HEAD_BRANCH : ${{ inputs.head-branch }}
66+ INPUT_IS_FORK : ${{ inputs.is-fork }}
67+ INPUT_SKIP_HOTFIX : ${{ inputs.skip-hotfix }}
68+ INPUT_SKIP_FORKS : ${{ inputs.skip-forks }}
69+ INPUT_REQUIRE_TRIGGER_EVENT : ${{ inputs.require-trigger-event }}
70+ INPUT_BUILD_WORKFLOW_FILE : ${{ inputs.build-workflow-file }}
71+ INPUT_ARTIFACT_NAME : ${{ inputs.artifact-name }}
72+ INPUT_REQUIRED_WORKFLOWS_JSON : ${{ inputs.required-workflows-json }}
Original file line number Diff line number Diff line change 1818 working-directory : ${{ github.action_path }}
1919 run : python3 src/main.py
2020 shell : bash
21+ env :
22+ ASTRO_DB_REMOTE_URL : ${{ inputs.astro-db-remote-url }}
23+ ASTRO_DB_APP_TOKEN : ${{ inputs.astro-db-app-token }}
You can’t perform that action at this time.
0 commit comments