Skip to content

Commit 6bf8374

Browse files
committed
minor changes
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
1 parent b2c9e53 commit 6bf8374

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/job_build-build-kit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
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}")

.github/workflows/job_build-cmake-gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/job_create-coverage-badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

.github/workflows/job_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/job_ocpp-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/job_setup-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
echo "This is a forked PR"
7979
else
8080
echo "This is not a forked PR"
81-
fi
81+
fi

.github/workflows/on_main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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:
@@ -50,7 +50,7 @@ jobs:
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

.github/workflows/on_pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
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 * * *'
@@ -51,7 +51,7 @@ jobs:
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:

0 commit comments

Comments
 (0)