Skip to content

Commit

Permalink
Updated footlight-data-export-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Jan 11, 2024
1 parent 21bd457 commit c499abb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
required: true
footlight-url:
type: string
description: The URL that provides data in json format
description: The URL that provides data in json format.
required: true
artifact-name:
type: string
description: The artifact name is used to identify the dataset in Nebula.
required: true
call-back-url:
type: string
description: The artifact name is used to identify the dataset in Nebula.
description: The call back url.
required: true

jobs:
Expand Down Expand Up @@ -81,5 +81,5 @@ jobs:
"version": "${{ steps.version.outputs.dumpdate }}",
"downloadUrl": "https://footlight-aggregator-pipeline-files.s3.ca-central-1.amazonaws.com/events.ttl",
"downloadFile": "events.ttl",
"reportCallbackUrl": "https://webhook.site/be245341-5a1b-44cd-896f-590003162b07"
"reportCallbackUrl": "${{inputs.call-back-url}}"
}'

0 comments on commit c499abb

Please sign in to comment.