Skip to content

Commit

Permalink
Create actionsCats.yml
Browse files Browse the repository at this point in the history
This is a simple file for a GitHub action.
  • Loading branch information
Limebee committed May 9, 2024
1 parent c85aabb commit dbbd380
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/actionsCats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Cats 😺

on:
pull_request_target:
types:
- opened
- reopened

jobs:
aCatForCreatingThePullRequest:
name: A cat for your effort!
runs-on: ubuntu-latest
steps:
- uses: ruairidhwm/action-cats@1.0.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dbbd380

Please sign in to comment.