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 e76dca25 fix(ci): nightly auto updates compatibility e76dca25 is described below commit e76dca25b59cdbc1ae353941facbcfa275c50861 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Thu Jul 6 08:30:14 2023 +0200 fix(ci): nightly auto updates compatibility --- .github/actions/automatic-updates/action.yaml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.github/actions/automatic-updates/action.yaml b/.github/actions/automatic-updates/action.yaml new file mode 100644 index 00000000..a4c2ed35 --- /dev/null +++ b/.github/actions/automatic-updates/action.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