Skip to content

Commit 428ac59

Browse files
committed
un-ignore commit message
1 parent 554cf50 commit 428ac59

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
- name: Load .env file
1717
uses: aarcangeli/load-dotenv@v1
1818
with:
19-
path: /node/git_commit_message.env
19+
path: git_commit_message.env
2020
filenames: 'git_commit_message.env'
21+
2122
- name: view env
2223
run: echo ${{ env.TITLE }}
2324
# - name: build dependency updater

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
/reth-data/
44
/nethermind-data/
55
/dependency_updater/dependency_updater
6-
/git_commit_message.env
76
.DS_Store

git_commit_message.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export TITLE=chore: updated optimism, reth, node-reth
2+
export DESC="Updated dependencies for:
3+
optimism => op-node/v1.13.4 (https://github.com/ethereum-optimism/optimism/compare/op-node/v1.13.2...op-node/v1.13.4)
4+
node-reth => v0.1.3 (https://github.com/base/node-reth/compare/v0.1.2...v0.1.3)"

0 commit comments

Comments
 (0)