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

Update committee_creation.yml

parent 1f4b81d6
No related branches found
No related tags found
1 merge request!12Dev
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
run: | run: |
branch_name=${{ github.ref }} branch_name=${{ github.ref }}
branch_name=${branch_name#refs/heads/committee/} branch_name=${branch_name#refs/heads/committee/}
sed "s/class Example/class $branch_name/g" src/Committees/example.py > "src/Committees/${branch_name}.py" sed "s/class Example/class ${branch_name^}/g" src/Committees/example.py > "src/Committees/${branch_name}.py"
shell: bash shell: bash
- name: Commit and Push Changes - name: Commit and Push Changes
......
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