Add 91.215.85.223 and related domains to malicious lists #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: My Privacy DNS Final new line | |
on: | |
pull_request: | |
types: [ synchronize, opened ] | |
env: | |
GIT_NAME: "${{ secrets.GIT_NAME }}" | |
GIT_EMAIL: "${{ secrets.GIT_EMAIL }}" | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
jobs: | |
build: | |
name: New line | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret. | |
config-path: .github/newline.yml # The path of the additional configurations file. | |
autoCommit: true |