Skip to content

Commit

Permalink
ci: fix old-abe repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Nov 27, 2024
1 parent a062572 commit 1b8db4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/abe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Do accounting
id: doAccounting
uses: countvajhula/old-abe@main
uses: drym-org/old-abe@main
- name: Find balances issue
id: findIssue
run: echo "issueId=`gh issue list -l outstanding-balances -s open --json number --jq .[].number`" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 1b8db4d

Please sign in to comment.