Merge branch 'main' into mdbook-icon-style
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
DETEKT_DOWNLOAD_URL=$(jq --raw-output '.data.repository.release.releaseAssets.nodes[0].downloadUrl' gh_response.json)
|
DETEKT_DOWNLOAD_URL=$(jq --raw-output '.data.repository.release.releaseAssets.nodes[0].downloadUrl' gh_response.json)
|
||||||
echo "::set-output name=download_url::$DETEKT_DOWNLOAD_URL"
|
echo "download_url=$DETEKT_DOWNLOAD_URL" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
# Sets up the detekt cli
|
# Sets up the detekt cli
|
||||||
- name: Setup Detekt
|
- name: Setup Detekt
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
id: composer-cache
|
id: composer-cache
|
||||||
if: steps.check_files.outputs.files_exists == 'true'
|
if: steps.check_files.outputs.files_exists == 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=dir::$(composer config cache-files-dir)"
|
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Set up dependency caching for faster installs
|
- name: Set up dependency caching for faster installs
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user