Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Checking if the mast joke is can be viewed by me #140

Checking if the mast joke is can be viewed by me

Checking if the mast joke is can be viewed by me #140

Workflow file for this run

name: "Greet With A Random Joke"
on:
issues:
types: [opened, reopened]
pull_request_target:
types: [opened, reopened]
jobs:
test:
name: setup environment
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: mast joke mara
uses: deep5050/MastJokeMara@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}