Skip to content

Update script.py

Update script.py #61

Workflow file for this run

name: Build it!
on: [push, pull_request]
jobs:
resources:
name: Update resources
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Updating README.md
run: python script.py
- name: Update resources
uses: test-room-7/action-update-file@v1
with:
file-path: README.md
commit-msg: Update README.md
github-token: ${{ secrets.GITHUB_TOKEN }}