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

Update committee_creation.yml

parent fc1d7009
No related branches found
No related tags found
No related merge requests found
...@@ -11,13 +11,8 @@ jobs: ...@@ -11,13 +11,8 @@ jobs:
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
- name: Switch to New Branch ref: committee/test
run: |
branch_name=${{ github.ref }}
git fetch origin $branch_name:$branch_name
git checkout $branch_name
shell: bash
- 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