Skip to content

Commit

Permalink
Add timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored May 15, 2024
1 parent 4447868 commit 9a3a2eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-and-merge-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:
description: 'Author of this release'
required: false
type: string
timestamp:
description: 'Date of this release'
required: false
type: string

jobs:
create-and-merge-pr:
uses: openactive/skos-vocabulary-workflows/.github/workflows/create-and-merge-pr.yaml@version-file
with:
publisher: ${{ github.event.inputs.publisher }}
timestamp: ${{ github.event.inputs.timestamp }}
secrets:
PUBLIC_REPO_ACCESS_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}

0 comments on commit 9a3a2eb

Please sign in to comment.