You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/06 06:31:04 UTC

[camel-k-runtime] branch release-1.17.x updated: fix(ci): nightly auto updates compatibility

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

pcongiusti pushed a commit to branch release-1.17.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/release-1.17.x by this push:
     new 0d207c58 fix(ci): nightly auto updates compatibility
0d207c58 is described below

commit 0d207c5898476a150d0d49ebeb9e3461ae887206
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Jul 6 08:30:14 2023 +0200

    fix(ci): nightly auto updates compatibility
---
 .github/actions/automatic-updates/atcion.yaml | 32 +++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/.github/actions/automatic-updates/atcion.yaml b/.github/actions/automatic-updates/atcion.yaml
new file mode 100644
index 00000000..a4c2ed35
--- /dev/null
+++ b/.github/actions/automatic-updates/atcion.yaml
@@ -0,0 +1,32 @@
+# ---------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+name: automatic-updates
+description: 'action used to run automation required by the project'
+
+inputs:
+  branch-ref:
+    required: true
+    type: string
+  secretGithubToken:
+    required: true
+
+runs:
+  using: "composite"
+  steps:
+    - name: Not supported
+      shell: bash
+      run: |
+        echo "Automatic updates not supported in 1.17 - here for compatibility reason"
\ No newline at end of file