Skip to content

Commit

Permalink
build: or-1955 rm double folder, call actions by correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Oct 18, 2023
1 parent f6d72cd commit 7307fcc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions .github/actions/cache-npm/setup-nodejs/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/setup-dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
steps:

- name: Cache Paket
uses: .github/actions/cache-paket
uses: ./.github/actions/cache-paket

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-nodejs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:

- name: Cache NPM
uses: .github/actions/cache-npm
uses: ./.github/actions/cache-npm

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:

- name: Cache pip
uses: .github/actions/cache-pip
uses: ./.github/actions/cache-pip

- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 7307fcc

Please sign in to comment.