fix: actionlint

This commit is contained in:
leongross 2023-01-26 13:52:26 +01:00
parent d99921f583
commit c52e1d0874
No known key found for this signature in database
GPG Key ID: 8684D89F6BF9B743

View File

@ -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