Skip to content

Commit

Permalink
Avoid repo hard-code
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Jul 8, 2024
1 parent 612514f commit 667d9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remote-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
-d '{
"ref": "main",
"inputs": {
"target_repo": "https://github.com/paseo-network/runtimes",
"target_repo": "https://github.com/${{ github.repository }}",
"target_branch": "${{ github.head_ref }}"
}
}'

0 comments on commit 667d9fe

Please sign in to comment.