From 82fc05073d2d2ffa0c369d703473bb2c0291dad9 Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Fri, 20 Oct 2023 16:08:26 +0200 Subject: [PATCH] test actions --- action.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 8b4c72f..63ee52b 100644 --- a/action.yml +++ b/action.yml @@ -8,9 +8,6 @@ inputs: required: false outputs: - ci_hostname: - value: ${{ steps.default.outputs.ci_hostname }} - description: 'ci server hostname with http(s) prefix' is_default: value: ${{ steps.default.outputs.is_default }} description: 'Returns `"true"` if the current branch is the default else `"false"`.' @@ -36,10 +33,14 @@ outputs: value: ${{ steps.tag.outputs.tag }} description: 'The tag that triggered the workflow run. e.g `v0.0.1`, `0.0.1`' + ci_hostname: + value: ${{ steps.ci_hostname.outputs.ci_hostname }} + description: 'ci server hostname with http(s) prefix' + runs: using: "composite" steps: - + - id: branch run: | # "Set branch names..."