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 09acb8e commit 568b820
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_call_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Post
uses: ./.github/workflows/clone-post.yml
uses: ./.github/actions/clone-post.yml
with:
environment: PROD
postID: ${{ github.event.inputs.postID }}
WORDPRESS_USERNAME: ${{ github.event.inputs.WORDPRESS_USERNAME }}
WORDPRESS_PASSWORD: ${{ github.event.inputs.WORDPRESS_PASSWORD }}
upload_to_s3:
uses: ./.github/workflows/upload_to_s3.yml
uses: ./.github/actions/upload_to_s3.yml
needs: [clone_post]

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: ./.github/workflows/clone-post.yml
uses: ./.github/actions/clone-post.yml
with:
environment: QA
postID: ${{ github.event.inputs.postID }}
Expand All @@ -26,5 +26,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Clone Post
uses: ./.github/workflows/upload_to_s3.yml
uses: ./.github/actions/upload_to_s3.yml

0 comments on commit 568b820

Please sign in to comment.