Skip to content

Commit

Permalink
Merge pull request #696 from tensorlakeai/chore/infobox
Browse files Browse the repository at this point in the history
chore: move js file for actions
  • Loading branch information
adithyaakrishna committed Jun 26, 2024
2 parents 53c1701 + ca8baf1 commit e775a25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
npm install fs
- name: Generate release.json
run: node ./generate-curl-commands.js ${{ github.repository_owner }} ${{ github.event.repository.name }}
run: node ./scripts/generate-curl-commands.js ${{ github.repository_owner }} ${{ github.event.repository.name }}
env:
GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.TARGET_REPO_PAT }}

Expand Down
File renamed without changes.

0 comments on commit e775a25

Please sign in to comment.