Skip to content

Fixed syntax error in update-action-to-use-docker-image-to-run-action #27

Fixed syntax error in update-action-to-use-docker-image-to-run-action

Fixed syntax error in update-action-to-use-docker-image-to-run-action #27

name: Release Notes Reminder
on:
pull_request_target:
types: [labeled]
jobs:
release-note-reminder:
runs-on: ubuntu-latest
name: Prompt to add release notes
steps:
- name: Prompt to add release notes
uses: docker://ponylang/release-notes-reminder-bot-action:0.1.0
env:
API_CREDENTIALS: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}