Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
inputs now need to be seperated with - instead of _ (#20)
Browse files Browse the repository at this point in the history
Following changes
in [UCL-MIRSG/.github#40](UCL-MIRSG/.github#40) inputs
now need to be seperated with `-` instead of `_`
  • Loading branch information
HChughtai authored Oct 19, 2023
1 parent 0239005 commit 60e223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- uses: UCL-MIRSG/.github/actions/[email protected]
with:
app_id: ${{ secrets.APP_ID }}
app_pem: ${{ secrets.APP_PEM }}
app-id: ${{ secrets.APP_ID }}
app-pem: ${{ secrets.APP_PEM }}

0 comments on commit 60e223b

Please sign in to comment.