File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ jobs:
1919
2020 - name : Run Python script
2121 run : |
22+ pip install requests
2223 python build_bundle_url.py
2324
2425 - name : Commit and push changes
2526 run : |
26- git config --local user.email "action@github.com"
27- git config --local user.name "GitHub Action"
2827 git add bundle.json
29- git commit -m "Update bundle.json [skip ci]"
30- git push
28+ git commit -m "update bundle.json [skip ci]"
29+ git push origin main
30+ env :
31+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ ## [ 1.3.1-dev.4] ( https://github.com/Indranil012/Dropped-Patches/compare/v1.3.1-dev.3...v1.3.1-dev.4 ) (2024-04-03)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** ci:** fix update bundle ci ([ 75a93c7] ( https://github.com/Indranil012/Dropped-Patches/commit/75a93c741dfc40f8ff8bd554a7341983ffdbdadd ) )
7+
8+ ## [ 1.3.1-dev.3] ( https://github.com/Indranil012/Dropped-Patches/compare/v1.3.1-dev.2...v1.3.1-dev.3 ) (2024-04-03)
9+
10+
11+ ### Bug Fixes
12+
13+ * ** ci:** fix update bundle ci ([ 8252040] ( https://github.com/Indranil012/Dropped-Patches/commit/8252040cd58c286a9db692a3b80a9c7521c7151d ) )
14+
15+ ## [ 1.3.1-dev.2] ( https://github.com/Indranil012/Dropped-Patches/compare/v1.3.1-dev.1...v1.3.1-dev.2 ) (2024-04-03)
16+
17+
18+ ### Bug Fixes
19+
20+ * ** ci:** fix update bundle ci ([ 8487e98] ( https://github.com/Indranil012/Dropped-Patches/commit/8487e980e64ffce35bd190869222c1c8acaa8b85 ) )
21+ * ** ci:** fix update bundle ci ([ 05aec3e] ( https://github.com/Indranil012/Dropped-Patches/commit/05aec3e60bee32c11aa95029540d7ffb0797644c ) )
22+
23+ ## [ 1.3.1-dev.1] ( https://github.com/Indranil012/Dropped-Patches/compare/v1.3.0...v1.3.1-dev.1 ) (2024-04-03)
24+
25+
26+ ### Bug Fixes
27+
28+ * ** ci:** fix update bundle ci ([ 5fc3819] ( https://github.com/Indranil012/Dropped-Patches/commit/5fc3819aba03ec5b4848c472c7e3a996afd5c518 ) )
29+
130# [ 1.3.0] ( https://github.com/Indranil012/Dropped-Patches/compare/v1.2.7...v1.3.0 ) (2024-04-03)
231
332
Original file line number Diff line number Diff line change 11org.gradle.parallel = true
22org.gradle.caching = true
33kotlin.code.style = official
4- version = 1.3.0
4+ version = 1.3.1-dev.4
You can’t perform that action at this time.
0 commit comments