Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Oct 28, 2023
1 parent 808c662 commit 910de8f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sample-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ jobs:
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 }}
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 }}
Expand Down

0 comments on commit 910de8f

Please sign in to comment.