File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 id : build-and-deploy
128128 uses : carpentries/actions/build-and-deploy@main
129129 with :
130- reset : ${{ github.event.inputs.reset || 'false' }}
130+ reset : ${{ vars.BUILD_RESET || github.event.inputs.reset || 'false' }}
131131 skip-manage-deps : ${{ github.event.inputs.force-skip-manage-deps == 'true' || steps.build-container-deps.outputs.renv-cache-available || steps.build-container-deps.outputs.backup-cache-used || 'false' }}
132132
133133 update-container-version :
@@ -150,6 +150,7 @@ jobs:
150150 uses : carpentries/actions/record-container-version@main
151151 with :
152152 CONTAINER_VER : ${{ needs.preflight.outputs.wb-vers }}
153+ AUTO_MERGE : ${{ vars.AUTO_MERGE_CONTAINER_VERSION_UPDATE || 'true' }}
153154 token : ${{ secrets.GITHUB_TOKEN }}
154155 role-to-assume : ${{ secrets.AWS_GH_OIDC_ARN }}
155156 aws-region : ${{ secrets.AWS_GH_OIDC_REGION }}
Original file line number Diff line number Diff line change 1- 0.18.2
1+ 0.18.4
You can’t perform that action at this time.
0 commit comments