mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(ci): unrecognized name-value "inputs"
This commit is contained in:
parent
ab0213fc3f
commit
849fd5a2af
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -111,7 +111,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Update build info
|
||||
shell: ${{ inputs.shell }}
|
||||
run: npm run chore:update-build-info
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- uses: docker/build-push-action@v6
|
||||
@ -134,7 +133,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Update build info
|
||||
shell: ${{ inputs.shell }}
|
||||
run: npm run chore:update-build-info
|
||||
|
||||
- name: Set IMAGE_NAME to lowercase
|
||||
|
1
.github/workflows/main-docker.yml
vendored
1
.github/workflows/main-docker.yml
vendored
@ -133,7 +133,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Update build info
|
||||
shell: ${{ inputs.shell }}
|
||||
run: npm run chore:update-build-info
|
||||
|
||||
- name: Docker meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user