mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
Bumps [ruairidhwm/action-cats](https://github.com/ruairidhwm/action-cats) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/ruairidhwm/action-cats/releases) - [Commits](https://github.com/ruairidhwm/action-cats/compare/1.0.1...1.0.2) --- updated-dependencies: - dependency-name: ruairidhwm/action-cats dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
307 B
YAML
17 lines
307 B
YAML
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.2
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|