fix action script mistakes
This commit is contained in:
parent
467983127f
commit
72771087a6
@ -56,7 +56,7 @@ runs:
|
|||||||
tee $GITHUB_OUTPUT
|
tee $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Restore ${{ inputs.service }} ${{ inputs.kind }}
|
- name: Restore ${{ inputs.service }} ${{ inputs.kind }}
|
||||||
if: inputs.restore != ""
|
if: ${{ inputs.restore-args != "" }}
|
||||||
id: restore
|
id: restore
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: src
|
working-directory: src
|
||||||
|
|||||||
6
.github/workflows/sanity-test.yaml
vendored
6
.github/workflows/sanity-test.yaml
vendored
@ -330,7 +330,7 @@ jobs:
|
|||||||
|
|
||||||
# generate new entries for test
|
# generate new entries for test
|
||||||
- name: Groups - Create new data
|
- name: Groups - Create new data
|
||||||
if: never() # TODO: enable when ready
|
if: false # TODO: enable when ready
|
||||||
id: new-data-creation-groups
|
id: new-data-creation-groups
|
||||||
working-directory: ./src/cmd/factory
|
working-directory: ./src/cmd/factory
|
||||||
run: |
|
run: |
|
||||||
@ -347,7 +347,7 @@ jobs:
|
|||||||
echo result="${suffix}" >> $GITHUB_OUTPUT
|
echo result="${suffix}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Groups - Backup
|
- name: Groups - Backup
|
||||||
if: never() # TODO: enable when ready
|
if: false # TODO: enable when ready
|
||||||
id: groups-backup
|
id: groups-backup
|
||||||
uses: ./.github/actions/backup-restore-test
|
uses: ./.github/actions/backup-restore-test
|
||||||
with:
|
with:
|
||||||
@ -358,7 +358,7 @@ jobs:
|
|||||||
log-dir: ${{ env.CORSO_LOG_DIR }}
|
log-dir: ${{ env.CORSO_LOG_DIR }}
|
||||||
|
|
||||||
- name: Teams - Backup
|
- name: Teams - Backup
|
||||||
if: never() # TODO: enable when ready
|
if: false # TODO: enable when ready
|
||||||
id: teams-backup
|
id: teams-backup
|
||||||
uses: ./.github/actions/backup-restore-test
|
uses: ./.github/actions/backup-restore-test
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user