Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
search
Browse files Browse the repository at this point in the history
  • Loading branch information
alita-moore committed Mar 14, 2021
1 parent de07105 commit a8d00ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
runs:
using: "composite"
steps:
- run: ls && npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js
- run: ls && find / -name package.json && cd EIPS && ls && npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js
shell: bash

0 comments on commit a8d00ab

Please sign in to comment.