Skip to content

Commit

Permalink
fix: actions path after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Oct 26, 2024
1 parent b276da9 commit 827f04b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:
jobs:
deploy:
name: Deploy
uses: csunibo/config/.github/workflows/statik.yml@main
uses: cartabinaria/config/.github/workflows/statik.yaml@main
with:
regex_include: "\\.(pdf|link|txt)$"
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
filenames:
name: Check filenames
uses: csunibo/config/.github/workflows/filenames.yml@main
uses: cartabinaria/config/.github/workflows/filenames.yaml@main

0 comments on commit 827f04b

Please sign in to comment.