test actions

This commit is contained in:
David Hiendl 2023-10-20 16:05:44 +02:00
parent 9530df383c
commit dc67a2ecd2

View File

@ -39,6 +39,7 @@ outputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- id: branch - id: branch
run: | run: |
# "Set branch names..." # "Set branch names..."
@ -72,6 +73,7 @@ runs:
fi fi
fi fi
shell: bash shell: bash
- id: current_branch - id: current_branch
run: | run: |
# "Set the current branch name..." # "Set the current branch name..."
@ -91,6 +93,7 @@ runs:
fi fi
fi fi
shell: bash shell: bash
- id: default - id: default
run: | run: |
# "Set the default branch name..." # "Set the default branch name..."
@ -114,6 +117,7 @@ runs:
fi fi
fi fi
shell: bash shell: bash
- id: tag - id: tag
run: | run: |
# "Set the tag name..." # "Set the tag name..."
@ -136,6 +140,7 @@ runs:
fi fi
fi fi
shell: bash shell: bash
- id: ci_hostname - id: ci_hostname
run: | run: |
CI_HOSTNAME=$(echo $GITHUB_SERVER_URL | sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/') CI_HOSTNAME=$(echo $GITHUB_SERVER_URL | sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/')