Skip to content

Commit

Permalink
Use another syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jan 23, 2025
1 parent 9e1e004 commit 8cbe019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
sed -i "s/'__composer_autoload_files'/\'__composer_autoload_files_${{ github.sha }}'/g" "build/vendor/composer/autoload_real.php"
- name: Move code to the `build/` directory
if: steps.run-php-scoper.outcome == 'failure'
if: ${{ steps.run-php-scoper.outcome == 'failure' }}

Check failure on line 213 in .github/workflows/build-plugin-archive.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "run-php-scoper" is not defined in object type {}

Check failure on line 213 in .github/workflows/build-plugin-archive.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "run-php-scoper" is not defined in object type {}
run: |
shopt -s extglob dotglob
mkdir build
Expand Down

0 comments on commit 8cbe019

Please sign in to comment.