Skip to content

Commit

Permalink
fix: correct api URL
Browse files Browse the repository at this point in the history
URL needed suffix
  • Loading branch information
geonetci authored and Mossman1215 committed May 14, 2024
1 parent 6add3d2 commit b20d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-actions-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
GH_TOKEN: ${{ secrets.GH_CI_USER_TOKEN }}
run: |
gh repo list geonet --no-archived --fork --json nameWithOwner --jq '.[].nameWithOwner' \
| xargs -I{} gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/{} --template '{{.full_name}},{{.default_branch}}{{"\n"}}' \
| xargs -I{} gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/{}/merge-upstream --template '{{.full_name}},{{.default_branch}}{{"\n"}}' \
| xargs -I{} hack/update-forks.sh {}
shell: bash

0 comments on commit b20d64c

Please sign in to comment.