Skip to content

Commit 8219510

Browse files
committed
Update interop fork location after AATH update
Signed-off-by: Jamie Hale <jamiehalebc@gmail.com>
1 parent 7d6f6b2 commit 8219510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bdd-interop-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if [ ${{ github.event_name }} == 'pull_request' ]; then
6868
echo ${{ fromJson(steps.get_pr_data.outputs.data).head.repo.html_url }}
6969
echo ${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}
70-
sed -i 's|aries-cloudagent\[indy, bbs, askar\]@git+https://github.com/hyperledger/aries-cloudagent-python@main|acapy-agent[indy, bbs, askar]@git+${{ fromJson(steps.get_pr_data.outputs.data).head.repo.html_url }}@${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}|g' ./aries-agent-test-harness/aries-backchannels/acapy/requirements-main.txt
70+
sed -i 's|@git+https://github.com/openwallet-foundation/acapy@main|@git+${{ fromJson(steps.get_pr_data.outputs.data).head.repo.html_url }}@${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}|g' ./aries-agent-test-harness/aries-backchannels/acapy/requirements-main.txt
7171
fi
7272
cat aries-agent-test-harness/aries-backchannels/acapy/requirements-main.txt
7373

0 commit comments

Comments
 (0)