File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1717 - " docs/**"
1818jobs :
1919 build_element_call :
20- uses : ./.github/workflows/lib/ build-element-call.yaml
20+ uses : ./.github/workflows/build-element-call.yaml
2121 with :
2222 vite_app_version : ${{ github.event.release.tag_name || github.sha }}
2323 secrets :
File renamed without changes.
Original file line number Diff line number Diff line change 2424 needs : prdetails
2525 permissions :
2626 deployments : write
27- uses : ./.github/workflows/lib/ deploy-to-netlify.yaml
27+ uses : ./.github/workflows/deploy-to-netlify.yaml
2828 with :
2929 artifact_run_id : ${{ github.event.workflow_run.id || github.run_id }}
3030 pr_number : ${{ needs.prdetails.outputs.pr_number }}
4242 permissions :
4343 contents : write
4444 packages : write
45- uses : ./.github/workflows/lib/ build-and-publish-docker.yaml
45+ uses : ./.github/workflows/build-and-publish-docker.yaml
4646 with :
4747 artifact_run_id : ${{ github.event.workflow_run.id || github.run_id }}
4848 docker_tags : |
Original file line number Diff line number Diff line change 1616jobs :
1717 build_element_call :
1818 if : ${{ github.event_name == 'release' }}
19- uses : ./.github/workflows/lib/ build-element-call.yaml
19+ uses : ./.github/workflows/build-element-call.yaml
2020 with :
2121 vite_app_version : ${{ github.event.release.tag_name || github.sha }}
2222 secrets :
6262 permissions :
6363 contents : write
6464 packages : write
65- uses : ./.github/workflows/lib/ build-and-publish-docker.yaml
65+ uses : ./.github/workflows/build-and-publish-docker.yaml
6666 with :
6767 artifact_run_id : ${{ github.event.workflow_run.id || github.run_id }}
6868 docker_tags : |
You can’t perform that action at this time.
0 commit comments