Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying new steps for resyncing #12

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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