Skip to content

Can we have a nextjs app router example please? #3

Can we have a nextjs app router example please?

Can we have a nextjs app router example please? #3

# Creates jira tickets for new github issues to help triage
name: Jira Issue Creator For ampli-examples
on:
issues:
types: [opened]
workflow_call:
inputs:
label:
type: string
jobs:
call-workflow-passing-data:
uses: amplitude/Amplitude-TypeScript/.github/workflows/jira-issue-create-template.yml@main

Check failure on line 14 in .github/workflows/jira-issue-create.yml

View workflow run for this annotation

GitHub Actions / Jira Issue Creator For ampli-examples

Invalid workflow file

The workflow is not valid. .github/workflows/jira-issue-create.yml (Line: 14, Col: 11): Input subcomponent is required, but not provided while calling.
with:
label: "ampli"
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
JIRA_PROJECT: ${{ secrets.JIRA_PROJECT }}