Skip to content

moved action to development branch #2

moved action to development branch

moved action to development branch #2

Workflow file for this run

name: Up to date
on:
push:
branches:
- master
jobs:
updatePullRequests:
runs-on: ubuntu-latest
steps:
- name: Update all the PRs
uses: paritytech/up-to-date-action@action
with:
GITHUB_TOKEN: ${{ github.secret }}