diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml index c9e3750d46a1c325a8848e0ab1399f654fe8a013..5d99545cf84018f60553cde3f7deba926bf4ddc0 100644 --- a/.github/workflows/committee_creation.yml +++ b/.github/workflows/committee_creation.yml @@ -27,7 +27,7 @@ jobs: 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 add "${pwd}/hey" git commit -m "Add ${branch_name}.py" git push origin $branch_name shell: bash