Skip to content

YouTubeChannel2RssFeed Uncaught TypeError: version_compare(): Argument #2 ($version2) must be of type string #5

YouTubeChannel2RssFeed Uncaught TypeError: version_compare(): Argument #2 ($version2) must be of type string

YouTubeChannel2RssFeed Uncaught TypeError: version_compare(): Argument #2 ($version2) must be of type string #5

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
# Welcome ${{github.actor}} :tada:
Congrats to your first issue!
pr-message: |
# Welcome ${{github.actor}} :tada:
Congrats to your first PR!