Skip to content

Add dependabot and make globaltest to replicate it #1

Add dependabot and make globaltest to replicate it

Add dependabot and make globaltest to replicate it #1

Workflow file for this run

name: Global Test
on:
workflow_dispatch:
inputs:
env:
description: Repositories to replicate dependabot config to
required: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Test
run: echo Global Test Hello
on:

Check failure on line 17 in .github/workflows/globaltest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/globaltest.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
push:
branches: [ master ]
workflow_dispatch: {}
jobs:
replicate_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: derberg/manage-files-in-multiple-repositories@v2
with:
github_token: ${{ secrets.CUSTOM_TOKEN }}
#you must specify what pattern to include otherwise all files from the repository will be replicated
patterns_to_include: '.github/dependabot.yml'