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

Update committee_creation.yml

parent b7c3855c
No related branches found
No related tags found
No related merge requests found
......@@ -21,17 +21,6 @@ jobs:
sed "s/class example/class $branch_name/g" src/Committees/example.py > "src/Committees/${branch_name}.py"
shell: bash
- name: Commit and Push Changes
run: |
branch_name=${{ github.ref }}
branch_name=${branch_name#refs/heads/committee/}
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add "./src/committee/${branch_name}.py"
git commit -m "Add ${branch_name}.py"
git push origin $branch_name
shell: bash
- name: Create Committee Team
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
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