File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 tag = tags[0]
8383 with open(os.environ["GITHUB_OUTPUT"], "a") as f:
8484 f.write(f"tag={tag}\n")
85- print(f"Set tag={tag}")
85+ print(f"Set tag={tag}")
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 - name : Checkout local github actions
117117 uses : actions/checkout@v4
118118 with :
119- repository : everest /everest-ci
119+ repository : ${{ github.repository_owner }} /everest-ci
120120 ref : ${{ inputs.ref_everest_ci }}
121121 path : everest-ci
122122 - name : Format branch name for cache key
@@ -242,4 +242,4 @@ jobs:
242242 with :
243243 if-no-files-found : error
244244 path : ${{ inputs.wheels_path }}
245- name : ${{ env.WHEELS_ARTIFACT_NAME }}
245+ name : ${{ env.WHEELS_ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 4040 - name : Checkout local github actions
4141 uses : actions/checkout@v4
4242 with :
43- repository : everest /everest-ci
43+ repository : ${{ github.repository_owner }} /everest-ci
4444 ref : ${{ inputs.ref_everest_ci }}
4545 path : everest-ci
4646 - name : Download xml coverage report
Original file line number Diff line number Diff line change 2121 - name : Checkout local github actions
2222 uses : actions/checkout@v4
2323 with :
24- repository : everest /everest-ci
24+ repository : ${{ github.repository_owner }} /everest-ci
2525 ref : ${{ inputs.ref_everest_ci }}
2626 path : everest-ci
2727 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -109,4 +109,4 @@ jobs:
109109 title : Test results
110110 - name : Check if OCPP tests failed
111111 if : ${{ steps.run_ocpp_tests.outcome == 'failure' }}
112- run : exit 1
112+ run : exit 1
Original file line number Diff line number Diff line change 7878 echo "This is a forked PR"
7979 else
8080 echo "This is not a forked PR"
81- fi
81+ fi
Original file line number Diff line number Diff line change 3636 is_fork : ${{ needs.setup-env.outputs.is_fork }}
3737 build-kit-artifact-name : ${{ needs.build-build-kit.outputs.build_kit_artifact_name }}
3838 build_kit_image_tag : ${{ needs.build-build-kit.outputs.build_kit_image_tag }}
39- artifact_deploy_target_repo : EVerest /everest.github.io
39+ artifact_deploy_target_repo : ${{ github.repository_owner }} /everest.github.io
4040
4141
4242 # create-coverage-badge:
5050 # runner: ${{ inputs.runner || 'ubuntu-24.04' }}
5151 # ref_everest_ci: ${{ needs.setup-env.outputs.ref_everest_ci }}
5252 # is_fork: ${{ needs.setup-env.outputs.is_fork }}
53- # artifact_deploy_target_repo: EVerest /everest.github.io
53+ # artifact_deploy_target_repo: ${{ github.repository_owner }} /everest.github.io
5454 # coverage_report_artifact_name: ${{ needs.build-cmake-gcc.outputs.coverage_report_artifact_name }}
5555 # coverage_xml_artifact_name: ${{ needs.build-cmake-gcc.outputs.coverage_xml_artifact_name }}
5656
Original file line number Diff line number Diff line change 77 runner :
88 description : Which runner to use
99 type : choice
10- default : ' ubuntu-22 .04'
10+ default : ' ubuntu-24 .04'
1111 required : true
1212 options :
13- - ' ubuntu-22 .04'
13+ - ' ubuntu-24 .04'
1414 - ' large-ubuntu-22.04-xxl'
1515 schedule :
1616 - cron : ' 37 13,1 * * *'
5151 is_fork : ${{ needs.setup-env.outputs.is_fork }}
5252 build-kit-artifact-name : ${{ needs.build-build-kit.outputs.build_kit_artifact_name }}
5353 build_kit_image_tag : ${{ needs.build-build-kit.outputs.build_kit_image_tag }}
54- artifact_deploy_target_repo : EVerest /everest.github.io
54+ artifact_deploy_target_repo : ${{ github.repository_owner }} /everest.github.io
5555
5656
5757 integration-tests :
You can’t perform that action at this time.
0 commit comments