Skip to content

Commit

Permalink
Merge pull request #12 from surface-security/change_resync_workflow
Browse files Browse the repository at this point in the history
trying new steps for resyncing
  • Loading branch information
mariandppb authored Jan 9, 2023
2 parents 53e18b6 + 9b06801 commit c772c38
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/resync_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
id: sync
uses: surface-security/scanner-httpx@main
with:
target_sync_branch: new_branch
upstream_sync_branch: main
upstream_sync_repo: projectdiscovery/httpx.git
upstream_repository: projectdiscovery/httpx.git
upstream_branch: main
target_branch: new_branch
github_token: ${{ secrets.GITHUB_TOKEN }}


- name: New commits found
if: steps.sync.outputs.has_new_commits == 'true'
Expand Down

0 comments on commit c772c38

Please sign in to comment.