10000 Fixed YAML indentation. · rubysec/ruby-advisory-db@04614d0 · GitHub
[go: up one dir, main page]

Skip to content

Fixed YAML indentation. #472

Fixed YAML indentation.

Fixed YAML indentation. #472

Workflow file for this run

name: Notify RubySec website of change
on:
push:
branches: [ master ]
jobs:
notify:
if: github.repository_owner == 'rubysec'
runs-on: ubuntu-latest
steps:
- name: Send Repository Dispatch event
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: rubysec/rubysec.github.io
event-type: changed
0