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

Update committee_creation.yml

parent 50412b67
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,15 @@ jobs: ...@@ -9,10 +9,15 @@ jobs:
create-file: create-file:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Get branch name
id: branch_name
run: |
branch_name=${{ github.ref }}
branch_name=${branch_name#refs/heads/committee/}
- name: Check out code - name: Check out code
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: committee/${${{ github.ref }}#refs/heads/committee/} ref: committee/${{ setps.branch_name.branch_name }}
- name: Generate Committee File - name: Generate Committee File
run: | 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