Skip to content

Commit

Permalink
Clone wp post
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Apr 16, 2024
1 parent 6777970 commit 338ced4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_call_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Clone Post
uses: ./clone-post.yml
uses: clone-post.yml
with:
environment: QA
postID: ${{ github.event.inputs.postID }}
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Clone Post
uses: ./upload_to_s3.yml
uses: upload_to_s3.yml
with:
environment: QA
postID: ${{ github.event.inputs.postID }}
Expand Down

0 comments on commit 338ced4

Please sign in to comment.