Skip to content

Commit

Permalink
Adjust naming
Browse files Browse the repository at this point in the history
  • Loading branch information
akucharska committed Feb 5, 2025
1 parent 921ad41 commit e73fae7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/merge/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Merge'
description: 'Action for merging to the main branch'
description: 'Action for merging PR with the latest main branch'

runs:
using: 'composite'
Expand All @@ -25,7 +25,7 @@ runs:
git switch --detach ${{ github.sha }}
shell: bash

- name: Merge to main
- name: Merge with latest main
run: |
git merge main
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-integration-cluster-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge
- name: Merge with latest main
uses: ./.github/actions/merge
- name: Create Single Cluster
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-integration-namespace-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge
- name: Merge with latest main
uses: ./.github/actions/merge
- name: Create Single Cluster
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-kyma-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge
- name: Merge with latest main
uses: ./.github/actions/merge
- name: Install k3d
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge
- name: Merge with latest main
uses: ./.github/actions/merge
- name: Create Single Cluster
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-smoke-test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge
- name: Merge with latest main
uses: ./.github/actions/merge
- name: Install k3d
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-smoke-test-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge
- name: Merge with latest main
uses: ./.github/actions/merge
- name: Install k3d
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge
- name: Merge with latest main
uses: ./.github/actions/merge
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e73fae7

Please sign in to comment.