Skip to content

Commit

Permalink
Github-actions repo is public now - retriggering workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colodenn committed Nov 14, 2024
1 parent 7e53c8c commit 8c2f673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/remove-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: ronin-co/github-actions/.github/workflows/remove-experimental.yml@main
with:
branch_name: ${{ github.event.pull_request.head.ref }}
package_dir: './'
package_dir: './' # Adjust if needed
secrets:
NPM_TOKEN_READ_AND_WRITE: ${{ secrets.NPM_TOKEN_READ_AND_WRITE }}
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
validate:
uses: ronin-co/github-actions/.github/workflows/validate.yml@main
with:
package_dir: './'
package_dir: './' # Adjust if your package is in a subdirectory

0 comments on commit 8c2f673

Please sign in to comment.