Skip to content

Commit

Permalink
TEST: Use build action that looks for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Aug 13, 2024
1 parent 40dca65 commit 92738b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ permissions:
jobs:
build:
name: Build plugins 🏗
uses: indico/indico-gh-actions/.github/workflows/build-plugins.yml@master
uses: ThiefMaster/indico-gh-actions/.github/workflows/build-plugins.yml@master
with:
scripts-repo: ThiefMaster/indico-gh-actions
directory: public
add-version-suffix: ${{ github.event_name != 'workflow_dispatch' || inputs.add-version-suffix }}

Expand Down

0 comments on commit 92738b6

Please sign in to comment.