Skip to content

Commit

Permalink
Update update-workflows.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk authored May 23, 2024
1 parent e4273ff commit 8f1c7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ do

# add a reference to this repository which holds the workflow
commit_sha=$(git rev-parse HEAD)
tag=$(git describe --tags $(git rev-list --tags --max-count=1) || true)
tag=$(git describe --tags "$(git rev-list --tags --max-count=1)" || true)

file_to_include="uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/$base_name@$commit_sha # $tag"

Expand Down

0 comments on commit 8f1c7c3

Please sign in to comment.