Skip to content

Commit 9a1f17f

Browse files
authored
Merge pull request #176 from ecmwf-actions/ecmwf-migration
Migrate sync-repository
2 parents 4a576e4 + fa1765e commit 9a1f17f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
run: echo inputs=$([ -z "${{ secrets.source_token }}" ] && echo "${{ inputs.sync_repository_inputs || '{}' }}" | yq eval '. * {"target_repository":"${{ secrets.target_repository }}","target_username":"${{ secrets.target_username }}","target_token":"${{ secrets.target_token }}"}' --output-format json --indent 0 - || echo "${{ inputs.sync_repository_inputs || '{}' }}" | yq eval '. * {"source_token":"${{ secrets.source_token }}","target_repository":"${{ secrets.target_repository }}","target_username":"${{ secrets.target_username }}","target_token":"${{ secrets.target_token }}"}' --output-format json --indent 0 -) >> $GITHUB_OUTPUT
4343

4444
- name: Sync Repository
45-
uses: ecmwf-actions/sync-repository@v1
45+
uses: ecmwf/sync-repository@v1
4646
with: ${{ fromJSON(steps.prepare-inputs.outputs.inputs) }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,4 +577,4 @@ In applying this licence, ECMWF does not waive the privileges and immunities gra
577577
[Samples]: https://github.com/ecmwf-actions/reusable-workflows/tree/develop/samples
578578
[codecov service]: https://codecov.io
579579
[inputs for the build-package]: https://github.com/ecmwf-actions/build-package#inputs
580-
[inputs for the sync-repository]: https://github.com/ecmwf-actions/sync-repository#inputs
580+
[inputs for the sync-repository]: https://github.com/ecmwf/sync-repository#inputs

0 commit comments

Comments
 (0)