File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
env :
7
7
ARTIFACT_BASE_NAME : cumulus_lambda_functions
8
+ PR_NUMBER : github.event.number
9
+ PR_TITLE : github.event.pull_request.title
8
10
jobs :
9
11
build :
10
12
if : github.event.pull_request.merged == true
16
18
python-version : ' 3.9'
17
19
- run : |
18
20
artifact_file_name="${{ env.ARTIFACT_BASE_NAME }}-${{ env.software_version }}.zip"
19
- PR_NUMBER="${{ github.event.number }}"
20
- PR_TITLE="${{ github.event.pull_request.title }}"
21
+ echo "PR_NUMBER1=${github.event.number}" >> ${GITHUB_ENV}
22
+ echo "PR_TITLE1=${github.event.pull_request.title}" >> ${GITHUB_ENV}
23
+ # PR_NUMBER="${{ github.event.number }}"
24
+ # PR_TITLE="${{ github.event.pull_request.title }}"
21
25
echo "${PR_TITLE} -- ${PR_NUMBER}"
22
26
- run : |
23
27
python3 "${GITHUB_WORKSPACE}/ci.cd/update_setup_version.py" install
You can’t perform that action at this time.
0 commit comments