File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 66
66
env :
67
67
BRANCH : ${{ github.ref_name }}
68
68
steps :
69
-
70
69
- name : Configure AWS Credentials
71
70
uses : aws-actions/configure-aws-credentials@v4
72
71
with :
88
87
run : make build-flex-manual
89
88
- name : Deploy Flex Manual to Staging
90
89
working-directory : ./docs
91
- run : python deploy_flex_manual.py staging --branch ${{ github.sha }}
90
+ run : python deploy_flex_manual.py staging --branch ${{ env.BRANCH }}
92
91
- name : Output URL to Summary
93
92
run : |
94
93
echo "## Flex Manual deployed to staging" >> $GITHUB_STEP_SUMMARY
@@ -124,7 +123,7 @@ jobs:
124
123
run : make build-flex-manual
125
124
- name : Deploy Flex Manual to Production
126
125
working-directory : ./docs
127
- run : python deploy_flex_manual.py production --branch ${{ github.sha }}
126
+ run : python deploy_flex_manual.py production --branch ${{ env.BRANCH }}
128
127
- name : Output URL to Summary
129
128
run : |
130
129
echo "## Flex Manual deployed to production" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments