Skip to content

Commit

Permalink
use file from bh plugin action
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Oct 28, 2023
1 parent 872e544 commit 22fdf93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sample-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,25 @@ jobs:
- name: Prepare files
run: rsync -r --exclude-from=.distignore . ${{ steps.workflow.outputs.DIST }}


- uses: actions/upload-artifact@v3
with:
name: ${{ steps.workflow.outputs.PACKAGE }}
path: ${{ steps.workflow.outputs.DIST }}

- name: Download Bluehost Plugin
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow: bluehost-plugin.yml
workflow_conclusion: success
name: bluehost-wordpress-plugin
path: ${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }}

- name: List Distribution Files
working-directory: ${{ steps.workflow.outputs.DIST }}
run: find .


- name: Configure WordPress
working-directory: ./modules/newfold-labs/wp-module-ecommerce
Expand Down

0 comments on commit 22fdf93

Please sign in to comment.