You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2024/04/12 13:07:17 UTC

(logging-parent) branch main updated: Remove redundant workflow input

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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new 616cfd5  Remove redundant workflow input
616cfd5 is described below

commit 616cfd5efd925ffe67a53a64fd1f59e78b37474b
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Apr 12 15:07:10 2024 +0200

    Remove redundant workflow input
---
 .github/workflows/deploy-site-reusable.yaml | 9 ---------
 .github/workflows/deploy-site.yaml          | 1 -
 2 files changed, 10 deletions(-)

diff --git a/.github/workflows/deploy-site-reusable.yaml b/.github/workflows/deploy-site-reusable.yaml
index 6afb0c6..c32b566 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -32,13 +32,6 @@ on:
         description: Flag indicating if Maven `install` goal should be run before running the `site` goal
         default: false
         type: boolean
-      source-branch:
-        description: |
-          The branch, tag, or SHA to checkout and run the Maven `site` goal on.
-          When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event.
-          Otherwise, the default branch of the repository will be used.
-        default: ""
-        type: string
       target-branch:
         description: The name of the branch the generated site content will be written to
         required: true
@@ -62,8 +55,6 @@ jobs:
 
       - name: Checkout the source branch
         uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633   # 4.1.2
-        with:
-          ref: ${{ inputs.source-branch }}
 
       - name: Set up Java
         uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9   # 3.7.0
diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml
index 8816060..bd4171b 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -63,7 +63,6 @@ jobs:
           profile: ~
           whoami: ${{ github.ref_name }}-out
           subdir: content/logging-parent
-      source-branch: ${{ github.ref_name }}
       target-branch: ${{ github.ref_name }}-out
 
   export-version: