From 71cd0d9ae45e97350c1b05aefdfd60e53f5c80fd Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Wed, 8 May 2024 17:25:06 +0200 Subject: [PATCH] MAIN.WORKFLOW --- .github/workflows/default_release_callable.yml | 2 +- .github/workflows/maven_release_dry_run_callable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default_release_callable.yml b/.github/workflows/default_release_callable.yml index 68e6297..9997a20 100644 --- a/.github/workflows/default_release_callable.yml +++ b/.github/workflows/default_release_callable.yml @@ -27,7 +27,7 @@ jobs: - name: Setup release run: | - # using same ref as in calling workflow + # using same ref as in calling workflow git clone https://github.com/Hapag-Lloyd/Workflow-Templates.git .release_clone git checkout ${{ github.action_ref }} diff --git a/.github/workflows/maven_release_dry_run_callable.yml b/.github/workflows/maven_release_dry_run_callable.yml index 900638f..63e68c2 100644 --- a/.github/workflows/maven_release_dry_run_callable.yml +++ b/.github/workflows/maven_release_dry_run_callable.yml @@ -35,7 +35,7 @@ jobs: - name: Setup release run: | - # using same ref as in calling workflow + # using same ref as in calling workflow git clone https://github.com/Hapag-Lloyd/Workflow-Templates.git .release_clone git checkout ${{ github.action_ref }}