Skip to content
Snippets Groups Projects
Unverified Commit 5f7b7345 authored by GianlucaOberreit's avatar GianlucaOberreit Committed by GitHub
Browse files

Update committee_creation.yml

parent 8b9ebc21
No related branches found
No related tags found
1 merge request!12Dev
......@@ -13,7 +13,9 @@ jobs:
id: branch_name
run: |
branch_name=${{ github.ref }}
echo $branch_name
branch_name=${branch_name#refs/heads/committee/}
echo $branch_name
- name: Check out code
uses: actions/checkout@v3
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment