Skip to content

Commit

Permalink
Updated workflow to use reusable pipeline action
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Nov 18, 2024
1 parent d1285b2 commit 49ec9e0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/generate_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ on:

jobs:
call-reusable-workflow:
uses: culturecreates/artsdata-orion/.github/workflows/fetch-data.yml@main
uses: culturecreates/artsdata-pipeline-action@main
with:
page_url: ${{ inputs.page_url }}
entity_identifier: ${{ inputs.entity_identifier }}
file_name: ${{ inputs.file_name }}
is_paginated: ${{ inputs.is_paginated }}
mode: fetch
page-url: ${{ inputs.page_url }}
entity-identifier: ${{ inputs.entity_identifier }}
downloadFile: ${{ inputs.file_name }}
is-paginated: ${{ inputs.is_paginated }}
headless: ${{ inputs.headless }}
save_method: 'artifact'
save-method: 'artifact'

generate-report:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 49ec9e0

Please sign in to comment.