Skip to content

Bump league/commonmark from 2.5.3 to 2.6.0 in the composer group across 1 directory #52

Bump league/commonmark from 2.5.3 to 2.6.0 in the composer group across 1 directory

Bump league/commonmark from 2.5.3 to 2.6.0 in the composer group across 1 directory #52

name: Autofill PR Description
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
pull-requests: write
contents: write
jobs:
openai-pr-description:
runs-on: ubuntu-22.04
# Run the job only if the actor is NOT Dependabot
if: ${{ !startsWith(github.actor, 'dependabot') }

Check failure on line 18 in .github/workflows/open-ai-pr-description.yml

View workflow run for this annotation

GitHub Actions / Autofill PR Description

Invalid workflow file

The workflow is not valid. .github/workflows/open-ai-pr-description.yml (Line: 18, Col: 9): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
steps:
- uses: platisd/openai-pr-description@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPEN_AI_PR_DESCRIPTION_API_KEY }}