Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jul 12, 2024
1 parent e5f6435 commit f194fd1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 69 deletions.
6 changes: 5 additions & 1 deletion setup-librarian/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ runs:
using: 'composite'
steps:
- run: |
../scripts/install.sh
echo "pwd $(pwd)"
ls -al ${{ github.action_path }}
echo "parent"
ls -al ../
${{ github.action_path }}/install.sh
echo "$HOME/.librarian/bin" >> $GITHUB_PATH
librarian --version
shell: bash
34 changes: 0 additions & 34 deletions setup-librarian/index.js

This file was deleted.

34 changes: 0 additions & 34 deletions setup-librarian/install-librarian.main.kts

This file was deleted.

File renamed without changes.

0 comments on commit f194fd1

Please sign in to comment.