Skip to content

Commit

Permalink
reinstated all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Aug 3, 2024
1 parent 70ae7b7 commit 4e0d939
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/add_composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,8 @@ jobs:
- name: Run script.py
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: echo "boom" > test.txt
# run: |
# python data_collection/add_composer.py --composer "${{ github.event.inputs.composer }}" --target=public/data

# - name: Configure Git
# run: |
# git config --global user.name "${{ github.actor }}"
# git config --global user.email "${{ github.actor }}@users.noreply.github.com"

# - name: Create new branch and commit changes
# run: |
# git checkout -b ${{ github.event.inputs.branch_name }}
# git add .
# git commit -m "Add composer: ${{ github.event.inputs.composer }}"

# - name: Push new branch
# run: |
# git push origin ${{ github.event.inputs.branch_name }}
run: |
python data_collection/add_composer.py --composer "${{ github.event.inputs.composer }}" --target=public/data
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 4e0d939

Please sign in to comment.