Skip to content

Test to check fetching and commiting files. #7

Test to check fetching and commiting files.

Test to check fetching and commiting files. #7

Workflow file for this run

name: Test to check fetching and commiting files.
on:
workflow_dispatch:
jobs:
call_reusable_workflow:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Action setup
uses: ./
with:
mode: 'fetch'
page-url: 'https://www.aramusique.org/evenements/liste/page/1'
entity-identifier: 'h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium a'
downloadFile: "aramusique-test.jsonld"
token: ${{ secrets.DEV_PAT }}