This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 2a2090b  Moving from master branch to main
2a2090b is described below

commit 2a2090bea64d5767e008a5c8dab60fa0e93cb93d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Apr 21 06:45:27 2021 +0200

    Moving from master branch to main
---
 .github/workflows/asf-snapshots-deploy.yml    |  2 +-
 .github/workflows/automatic-sync-master.yml   | 14 +++++++-------
 .github/workflows/test-karaf-camel-master.yml |  8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml 
b/.github/workflows/asf-snapshots-deploy.yml
index 8884c70..41c6952 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -46,7 +46,7 @@ jobs:
   deploy:
     runs-on: ubuntu-latest
     needs: build
-    if: github.ref == 'refs/heads/master'
+    if: github.ref == 'refs/heads/main'
     env:
       NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
       NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}
diff --git a/.github/workflows/automatic-sync-master.yml 
b/.github/workflows/automatic-sync-master.yml
index ea4d9cd..b830620 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: Sync Camel Karaf Master Branch
+name: Sync Camel Karaf Main Branch
 
 on:
   schedule:
@@ -25,7 +25,7 @@ on:
   
 jobs:
   build:
-    name: Sync Camel Karaf Master Branch
+    name: Sync Camel Karaf Main Branch
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Camel project
@@ -33,7 +33,7 @@ jobs:
         with:
           repository: apache/camel
           persist-credentials: false
-          ref: master
+          ref: main
           path: camel
       - name: Set Up Java
         uses: actions/setup-java@v1
@@ -45,7 +45,7 @@ jobs:
       - name: Checkout Camel-Karaf project
         uses: actions/checkout@v2
         with:
-          ref: master
+          ref: main
           persist-credentials: false
           fetch-depth: 0
       - name: Build Camel-karaf Project
@@ -56,7 +56,7 @@ jobs:
           author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
           token: ${{ secrets.GITHUB_TOKEN }}
           branch: automatic-periodic-sync
-          title: '[Github Actions] Periodic Sync Camel Karaf Master Branch'
+          title: '[Github Actions] Periodic Sync Camel Karaf Main Branch'
           body: |
-            Periodic Sync of Camel Karaf Master Branch with main Camel Master.
-            see 
https://github.com/apache/camel-karaf/blob/master/.github/workflows/automatic-sync-master.yml
+            Periodic Sync of Camel Karaf Main Branch with main Camel Main.
+            see 
https://github.com/apache/camel-karaf/blob/main/.github/workflows/automatic-sync-main.yml
diff --git a/.github/workflows/test-karaf-camel-master.yml 
b/.github/workflows/test-karaf-camel-master.yml
index a1962c2..95f42de 100644
--- a/.github/workflows/test-karaf-camel-master.yml
+++ b/.github/workflows/test-karaf-camel-master.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: Test Camel Karaf Master Branch
+name: Test Camel Karaf Main Branch
 
 on:
   schedule:
@@ -23,7 +23,7 @@ on:
     - cron:  '0 0 * * *'
 jobs:
   build:
-    name: Test Camel Karaf Master Branch
+    name: Test Camel Karaf Main Branch
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Camel project
@@ -31,7 +31,7 @@ jobs:
         with:
           repository: apache/camel
           persist-credentials: false
-          ref: master
+          ref: main
           path: camel
       - name: Set Up Java
         uses: actions/setup-java@v1
@@ -43,7 +43,7 @@ jobs:
       - name: Checkout Camel-karaf project
         uses: actions/checkout@v2
         with:
-          ref: master
+          ref: main
           persist-credentials: false
           fetch-depth: 0
       - name: Build Camel-karaf Project

Reply via email to