diff --git a/README.md b/README.md index 23d4b0d..5a0a69d 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ jobs: build: runs-on: ubuntu-latest steps: - uses: TobKed/github-forks-sync-action@master - with: - github_token: ${{ secrets.GH_TOKEN }} - upstream_repository: apache/airflow - target_repository: TobKed/airflow - upstream_branch: master - target_branch: master - force: true - tags: true + - uses: TobKed/github-forks-sync-action@master + with: + github_token: ${{ secrets.GH_TOKEN }} + upstream_repository: apache/airflow + target_repository: TobKed/airflow + upstream_branch: master + target_branch: master + force: true + tags: true ``` ### Inputs