Skip to content

Commit 477e574

Browse files
committed
refactor(renaming): update some title on github action workflows
1 parent 1d2c0bf commit 477e574

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
steps:
1313
- uses: actions/add-to-project@v1.0.0
1414
with:
15-
project-url: https://github.com/orgs/okp4/projects/9
15+
project-url: https://github.com/orgs/axone/projects/9
1616
github-token: ${{ secrets.OKP4_TOKEN }}

.github/workflows/notify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
{
8989
"ref": "main",
9090
"inputs": {
91-
"okp4dVersion": "${{ github.event.release.tag_name }}"
91+
"axonedVersion": "${{ github.event.release.tag_name }}"
9292
}
9393
}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
go-version: "1.21"
7777

78-
- name: Install OKP4 blockchain
78+
- name: Install AXONE blockchain
7979
run: |
8080
make build && make install
8181

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ linters-settings:
6666
- prefix(github.com/cosmos/cosmos-sdk) # cosmos-sdk & cosmos org libs
6767
- prefix(github.com/cosmos/interchain-security) # interchain-security
6868
- prefix(github.com/cosmos/ibc-go) # ibc
69-
- prefix(github.com/okp4/okp4d) # okp4
69+
- prefix(github.com/axone/axoned) # axone
7070
custom-order: true
7171

7272
cyclop:

0 commit comments

Comments
 (0)