Skip to content

Commit

Permalink
fix calling reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 14, 2023
1 parent c50b323 commit c44bcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
steps:
- name: Build Psibase
id: build_psibase
uses: ./.github/workflows/ubuntu-builder.yml
uses: ${{ github.repository }}/.github/workflows/ubuntu-builder.yml
#secrets:
#token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c44bcf4

Please sign in to comment.