We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafc257 commit da5ee6cCopy full SHA for da5ee6c
.github/workflows/test-against-nextjs-release.yml
@@ -73,6 +73,6 @@ jobs:
73
- uses: 47ng/actions-slack-notify@main
74
with:
75
status: ${{ job.status }}
76
- jobName: Test against Next.js ${{ inputs.version }}
+ jobName: ${{ inputs.version }}
77
env:
78
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments