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

Update committee_creation.yml

parent 5cb48189
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ jobs:
run: |
branch_name=${{ github.ref }}
echo "branch=${branch_name#refs/heads/committee/}" >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
- name: Check out code
uses: actions/checkout@v3
with:
......@@ -31,8 +30,7 @@ jobs:
- name: Commit and Push Changes
run: |
branch_name=${{ github.ref }}
branch_name=${branch_name#refs/heads/comm/}
echo ${pwd}
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/Committees/${branch_name}.py"
......
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