Hacktoberfest Greet
ActionsTags
(1)- Require
GITHUB_TOKEN
secret. - Triggered on
pull_request_target
event type.
You can now consume the action by referencing the v1.1.0 tag.
name: Woofy
on: pull_request_target
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: HarishTeens/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
May the Dog be with you!
Hacktoberfest Greet is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.