Skip to content

Commit 8d74742

Browse files
committed
fix: Missing new-line at the end of the files
1 parent 1258e8b commit 8d74742

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/actions/4_testintegration_compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ runs:
5151
s3_uri: "s3://packages-dev.internal.wazuh.com/development/wazuh/5.x/main/packages"
5252
uploaded_file_name: build.zip
5353
uploaded_file_location: "/tmp"
54-
54+

.github/workflows/4_docker_build_and_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ jobs:
7777
7878
- name: Build and push image ${{ env.CONTAINER_NAME }} with tag ${{ env.TAG }} to Github Container Registry
7979
run:
80-
bash ./.github/actions/4_docker_build_and_push/build_and_push_image_to_ghcr.sh ${{ secrets.CI_WAZUH_AGENT_PACKAGES_CLASSIC }} ${{ github.actor}} ${{ env.CONTAINER_NAME }} ${{ env.DOCKERFILE_PATH }} ${{ env.TAG }}
80+
bash ./.github/actions/4_docker_build_and_push/build_and_push_image_to_ghcr.sh ${{ secrets.CI_WAZUH_AGENT_PACKAGES_CLASSIC }} ${{ github.actor}} ${{ env.CONTAINER_NAME }} ${{ env.DOCKERFILE_PATH }} ${{ env.TAG }}
81+

.github/workflows/5_testintegration_ctest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
uses: ./.github/actions/4_testintegration_ctest
4848
with:
4949
path: ./files/
50-
50+

0 commit comments

Comments
 (0)