Skip to content

Commit

Permalink
Merge branch 'OpenSourceFellows:sleepy-cat' into sleepy-cat
Browse files Browse the repository at this point in the history
  • Loading branch information
mpa-mxiang committed Jun 7, 2024
2 parents a94210e + 47a56c3 commit fe85511
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/sleepycats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: sleepy-cat
# on key is trigger when pull request is opened or reopened
on:
pull_request:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
types:
- opened
- reopened

# defining what is going to run when the action is triggered
jobs:
sleepy-cat-pull-request:
# What shows up when it is triggered
name: A fabulous cat to cheer you on!
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
runs-on: ubuntu-latest
steps:
- uses: ruairidhwm/action-cats@1.0.1
with:
# key GITHUB_TOKEN:, expression ${{}}, context secrets.GITHUB_TOKEN - alive for duration of workflow. Enables to copy code to vm
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}





0 comments on commit fe85511

Please sign in to comment.