Commit 1964828 1 parent b4d69d8 commit 1964828 Copy full SHA for 1964828
File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,19 @@ jobs:
26
26
run : |
27
27
echo "Current Git branch: $(git rev-parse --abbrev-ref HEAD)"
28
28
echo "Fetching token-list.json from previous commit:"
29
+ git log
29
30
git show HEAD~1:src/token-list.json
30
31
git show HEAD~1:src/token-list.json > src/base-token-list.json
31
32
32
- - name : Calculate Version Upgrade
33
- run : yarn versionUpgrade
33
+ # - name: Calculate Version Upgrade
34
+ # run: yarn versionUpgrade
34
35
35
- - name : Commit and Push Version Update
36
- run : |
37
- git config user.name "github-actions[bot]"
38
- git config user.email "github-actions[bot]@users.noreply.github.com"
39
- git add src/token-list.json
40
- git commit -m "chore: bump token list version"
41
- git push
36
+ # - name: Commit and Push Version Update
37
+ # run: |
38
+ # git config user.name "github-actions[bot]"
39
+ # git config user.email "github-actions[bot]@users.noreply.github.com"
40
+ # git add src/token-list.json
41
+ # git commit -m "chore: bump token list version"
42
+ # git push
42
43
env :
43
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments