File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -31,24 +31,24 @@ jobs:
31
31
- name : Run script.py
32
32
env :
33
33
OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
34
- run : touch " test.txt"
34
+ run : echo "boom" > test.txt
35
35
# run: |
36
36
# python data_collection/add_composer.py --composer "${{ github.event.inputs.composer }}" --target=public/data
37
37
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"
42
42
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 }}"
48
48
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 }}
52
52
53
53
- name : Create Pull Request
54
54
uses : peter-evans/create-pull-request@v5
You can’t perform that action at this time.
0 commit comments