Skip to content

Commit

Permalink
Ready to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Apr 20, 2024
1 parent 5363a3d commit 94ce404
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ runs:
with:
repository: "GitTerraGame/Play-GitTerra-Action"
path: "builders"
# TODO REMOVE THIS LINE BEFORE MERGING!!!!!
ref: "cache_npm_packages"

- name: Looking for a stash of existing tools
id: cache-npm
Expand All @@ -50,7 +48,7 @@ runs:
${{ runner.os }}-
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
name: List the state of node modules
name: Check the empty stash
continue-on-error: true
shell: "bash"
run: npm list
Expand Down

0 comments on commit 94ce404

Please sign in to comment.