Skip to content

Commit 8df3131

Browse files
committed
test if versions.json displays
1 parent 6fbf8d3 commit 8df3131

1 file changed

Lines changed: 23 additions & 20 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,29 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Load .env file
21-
uses: aarcangeli/load-dotenv@v1.1.0
22-
with:
23-
filenames: 'git_commit_message.env'
24-
25-
- name: view env
26-
run: echo ${{ env.TITLE }}
27-
2820
- name: build dependency updater
2921
run: cd dependency_updater && go build
3022

31-
- name: run dependency updater
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
run: cd dependency_updater && ./dependency_updater --repo ~/node --commit true
35-
36-
- name: create pull request
37-
uses: peter-evans/create-pull-request@v7.0.8
38-
with:
39-
title: ${{ env.TITLE }}
40-
commit-message: ${{ env.TITLE }}
41-
body: ${{ env.DESC }}
42-
branch: update-dependencies
23+
- name: test cat
24+
run: cat ~/node/versions.json
25+
26+
# - name: run dependency updater
27+
# env:
28+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
# run: cd dependency_updater && ./dependency_updater --repo ~/node --commit true
30+
31+
# - name: Load .env file
32+
# uses: aarcangeli/load-dotenv@v1.1.0
33+
# with:
34+
# filenames: 'git_commit_message.env'
35+
36+
# - name: view env
37+
# run: echo ${{ env.TITLE }}
38+
39+
# - name: create pull request
40+
# uses: peter-evans/create-pull-request@v7.0.8
41+
# with:
42+
# title: ${{ env.TITLE }}
43+
# commit-message: ${{ env.TITLE }}
44+
# body: ${{ env.DESC }}
45+
# branch: update-dependencies

0 commit comments

Comments
 (0)