Skip to content

Commit

Permalink
Update github-actions to 4.0.17 (#104)
Browse files Browse the repository at this point in the history
* Debug prepare_shop
  • Loading branch information
release-github-action[bot] authored Mar 5, 2024
1 parent d54d9ce commit 3aeaa63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare_shop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ runs:
refs/pull/${{ github.event.number }}/head:pr_${{ github.event.number }}
git -C 'source/dev-packages/oxideshop_ee' checkout pr_${{ github.event.number }}
EODS
find .

Check warning on line 251 in prepare_shop/action.yml

View workflow job for this annotation

GitHub Actions / yamllint

251:15 [trailing-spaces] trailing spaces
- name: 'Modify composer.json for EE shop PR'
if: ${{ inputs.github_event_name == 'pull_request' && github.repository == 'OXID-eSales/oxideshop_ee' }}
Expand All @@ -270,8 +271,7 @@ runs:
}
}
}
update: ${{ inputs.composer_update }}
update_options: ${{ inputs.composer_update_options }}
update: false
container_name: ${{ inputs.container_name }}
container_options: ${{ inputs.container_options }}
container_method: 'exec'
Expand Down

0 comments on commit 3aeaa63

Please sign in to comment.