Skip to content
Snippets Groups Projects
Commit 82c19cad authored by GianlucaOberreit's avatar GianlucaOberreit Committed by Gianluca OBERREIT
Browse files

Update committee_creation.yml

parent d8aaf5f4
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,12 @@ jobs:
id: branch_name
run: |
branch_name=${{ github.ref }}
echo "branch_name=${branch_name#refs/heads/committee/}" >> $GITHUB_OUTPUT
echo "branch=${branch_name#refs/heads/committee/}" >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
- name: Check out code
uses: actions/checkout@v3
with:
ref: committee/${{ steps.branch_name.branch_name }}
ref: committee/${{ steps.branch_name.branch }}
- name: Generate Committee File
run: |
......
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