diff --git a/.github/workflows/chainloop_onboard.yml b/.github/workflows/chainloop_onboard.yml index 4f324f8..ef43587 100644 --- a/.github/workflows/chainloop_onboard.yml +++ b/.github/workflows/chainloop_onboard.yml @@ -36,7 +36,8 @@ jobs: run: | workflow_name=${{ inputs.workflow_name }} if [[ "$workflow_name" = "" ]]; then - workflow_name=$(basename "$PARENT_WORKFLOW" | sed "s/\..*$//g") + # Extract the parent workflow name and convert to lowercase with hyphens + workflow_name=$(basename "$PARENT_WORKFLOW" | sed 's/\..*$//g; s/[[:space:]]/-/g; s/_/-/g' | tr '[:upper:]' '[:lower:]') fi echo "workflow_name=$workflow_name" >> $GITHUB_OUTPUT diff --git a/.idea/labs.iml b/.idea/labs.iml new file mode 100644 index 0000000..7ee078d --- /dev/null +++ b/.idea/labs.iml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..161b080 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + { + "customColor": "", + "associatedIndex": 3 +} + + + + { + "keyToString": { + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.go.formatter.settings.were.checked": "true", + "RunOnceActivity.go.migrated.go.modules.settings": "true", + "RunOnceActivity.go.modules.automatic.dependencies.download": "true", + "RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true", + "git-widget-placeholder": "main", + "go.import.settings.migrated": "true", + "go.sdk.automatically.set": "true", + "last_opened_file_path": "/Users/javirln", + "node.js.detected.package.eslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "nodejs_package_manager_path": "npm" + } +} + + + + + + + + + + + + + + true + + \ No newline at end of file