Skip to content

Commit

Permalink
MAIN.WORKFLOW
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed May 8, 2024
1 parent 71cd0d9 commit e535c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default_release_dry_run_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven_release_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e535c3e

Please sign in to comment.