Skip to content

Commit 9769b01

Browse files
committed
troubleshooting
1 parent 03959c3 commit 9769b01

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/add_composer.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ jobs:
3131
- name: Run script.py
3232
env:
3333
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
34-
run: touch "test.txt"
34+
run: echo "boom" > test.txt
3535
# run: |
3636
# python data_collection/add_composer.py --composer "${{ github.event.inputs.composer }}" --target=public/data
3737

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

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

49-
- name: Push new branch
50-
run: |
51-
git push origin ${{ github.event.inputs.branch_name }}
49+
# - name: Push new branch
50+
# run: |
51+
# git push origin ${{ github.event.inputs.branch_name }}
5252

5353
- name: Create Pull Request
5454
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)