File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
42
42
with :
43
43
node-version : ' 18'
44
44
45
- - name : Create new event branch
46
- run : |
47
- git config --global user.name 'GitHub Action'
48
- git config --global user.email 'action@github.com'
49
- branch_name="event-${{ github.event.inputs.title }}"
50
- git checkout -b $branch_name
45
+ # - name: Create new event branch
46
+ # run: |
47
+ # git config --global user.name 'GitHub Action'
48
+ # git config --global user.email 'action@github.com'
49
+ # branch_name="event-${{ github.event.inputs.title }}"
50
+ # git checkout -b $branch_name
51
51
52
52
- name : Process image and detect format
53
53
run : |
@@ -111,5 +111,6 @@ jobs:
111
111
- Categories: ${{ github.event.inputs.category }}
112
112
113
113
Please review and approve this event submission.
114
- branch : event-${{ github.event.inputs.title }}
115
- delete-branch : true
114
+ # branch: event-${{ github.event.inputs.title }}
115
+ branch : main # Work on prod
116
+ # delete-branch: true
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ event/
123
123
124
124
1. Clone the repository
125
125
```bash
126
- git clone https://github.com/[your-username]/event .git
126
+ git clone https://github.com/DevsREC/evant .git
127
127
```
128
128
129
129
2 . Install dependencies
You can’t perform that action at this time.
0 commit comments