Skip to content

Commit

Permalink
Merge pull request #1 from akosbalasko/feat-script-scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed Aug 13, 2021
2 parents fb7caa0 + ec22ff0 commit abffba3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/scrape-scripts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: scrape-scripts
on:
push:
branches:
- action-test-branch
jobs:
create-branch:
runs-on: ubuntu-latest
steps:
- uses: peterjgrainger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'scripts-updated'

0 comments on commit abffba3

Please sign in to comment.