mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-12 18:16:57 -04:00
fix: actionlint
This commit is contained in:
parent
d99921f583
commit
c52e1d0874
6
.github/workflows/build-ccm-gcp-ko.yml
vendored
6
.github/workflows/build-ccm-gcp-ko.yml
vendored
@ -29,8 +29,8 @@ jobs:
|
||||
- name: Copy action and workflows
|
||||
id: copy-actions-and-workflows
|
||||
run: |
|
||||
mkdir ${GITHUB_WORKSPACE}/constellation-actions
|
||||
cp -r .github/* ${GITHUB_WORKSPACE}/constellation-actions/
|
||||
mkdir "${GITHUB_WORKSPACE}"/constellation-actions
|
||||
cp -r .github/* "${GITHUB_WORKSPACE}"/constellation-actions/
|
||||
shell: bash
|
||||
|
||||
- name: Check out cloud-provider-gcp
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
- name: Overwrite .github folder with constellation .github
|
||||
id: overwrite-actions-and-workflows
|
||||
run: |
|
||||
cp -r ${GITHUB_WORKSPACE}/.github/* .github/
|
||||
cp -r "${GITHUB_WORKSPACE}"/.github/* .github/
|
||||
shell: bash
|
||||
|
||||
- name: Log in to the Container registry
|
||||
|
Loading…
x
Reference in New Issue
Block a user