Skip to content

⬆️ Bump actions/upload-artifact from 4 to 5 #22

⬆️ Bump actions/upload-artifact from 4 to 5

⬆️ Bump actions/upload-artifact from 4 to 5 #22

Workflow file for this run

name: greeting
on: [pull_request, issues]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }}! 😊 Thank you for submitting your first PR. πŸš€'
pr-message: 'Hello @${{ github.actor }}! 😊 Thank you for your interest in our work. πŸš€'