We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8145e commit c117c02Copy full SHA for c117c02
.github/workflows/main.yml
@@ -22,11 +22,11 @@ jobs:
22
- name: Run Python script
23
run: |
24
python code/main_handler.py all
25
- - name: Commit and push changes to dev
+ - name: Commit and push changes to main
26
27
git config --global user.name "GitHub Actions Bot"
28
git config --global user.email "github-actions[bot]@users.noreply.github.com"
29
- git checkout dev
+ git checkout main
30
git add .
31
git commit -m "Automated changes from GitHub Actions"
32
- git push origin dev
+ git push origin main
0 commit comments