Skip to content

Commit 8c5cd18

Browse files
committed
ci: typo in workflow descriptions [skip ci]
1 parent 5b62a64 commit 8c5cd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
path: src/main/resources/org/sqlite/native/
9595

9696
push:
97-
name: Push new native libraries to PR branch
97+
name: Push new native libraries to branch
9898
runs-on: ubuntu-latest
9999
needs: [check, build]
100100
steps:
@@ -109,7 +109,7 @@ jobs:
109109
path: src/main/resources/org/sqlite/native/
110110

111111
- run: git status
112-
- name: Release commit and push
112+
- name: Commit and push
113113
uses: EndBug/add-and-commit@v9
114114
with:
115115
message: 'chore: update native libraries'

0 commit comments

Comments
 (0)