Skip to content

chore: bump actions/checkout from 2.4.0 to 3.5.3 #413

chore: bump actions/checkout from 2.4.0 to 3.5.3

chore: bump actions/checkout from 2.4.0 to 3.5.3 #413

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-20.04
steps:
- uses: actions/first-interaction@v1.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }} , thank you for submitting an issue!'
pr-message: 'Hello @${{ github.actor }} , thank you submitting a pull request!'