Skip to content

Commit

Permalink
Update github-actions to 4.14.14 (#168)
Browse files Browse the repository at this point in the history
* Fix runslim composer update
  • Loading branch information
release-github-action[bot] authored Jul 10, 2024
1 parent d1eedf5 commit 983c916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ jobs:
transform: |
${{ steps.rt.outputs.runslim_composer_transform }}
update: ${{ steps.rt.outputs.runslim_composer_update }}
update_options: ${{ steps.rt.outputs.runslim_composer_update_options }}
update_options: '${{ steps.rt.outputs.runslim_composer_update_options }} -d /var/www/${{ steps.rt.outputs.runslim_path }}'
container_name: ${{ steps.rt.outputs.runslim_container_name }}
container_options: ${{ steps.rt.outputs.runslim_container_options }}
container_method: 'exec'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal_workflow_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ jobs:
transform: |
${{ steps.rt.outputs.runslim_composer_transform }}
update: ${{ steps.rt.outputs.runslim_composer_update }}
update_options: ${{ steps.rt.outputs.runslim_composer_update_options }}
update_options: '${{ steps.rt.outputs.runslim_composer_update_options }} -d /var/www/${{ steps.rt.outputs.runslim_path }}'
container_name: ${{ steps.rt.outputs.runslim_container_name }}
container_options: ${{ steps.rt.outputs.runslim_container_options }}
container_method: 'exec'
Expand Down

0 comments on commit 983c916

Please sign in to comment.