fix(ci): unrecognized name-value "inputs"

This commit is contained in:
Elian Doran 2025-04-04 14:06:30 +03:00
parent ab0213fc3f
commit 849fd5a2af
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View File

@ -111,7 +111,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Update build info - name: Update build info
shell: ${{ inputs.shell }}
run: npm run chore:update-build-info run: npm run chore:update-build-info
- uses: docker/setup-buildx-action@v3 - uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6 - uses: docker/build-push-action@v6
@ -134,7 +133,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Update build info - name: Update build info
shell: ${{ inputs.shell }}
run: npm run chore:update-build-info run: npm run chore:update-build-info
- name: Set IMAGE_NAME to lowercase - name: Set IMAGE_NAME to lowercase

View File

@ -133,7 +133,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Update build info - name: Update build info
shell: ${{ inputs.shell }}
run: npm run chore:update-build-info run: npm run chore:update-build-info
- name: Docker meta - name: Docker meta