Skip to content

Commit

Permalink
build: test
Browse files Browse the repository at this point in the history
  • Loading branch information
oneWalker committed Nov 6, 2024
1 parent 37e7890 commit 3a7a52a
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
# Checkout action repository
- name: Checkout action repository
uses: actions/checkout@v4
with:
repository: node-modules/github-actions
path: action_repo

# Checkout project repository
- name: Checkout project repository
uses: actions/checkout@v4
with:
path: main_repo
token: ${{ secrets.GIT_TOKEN }}

- name: Git checkout
uses: actions/checkout@v3

# Setup Node.js environment
- name: Setup Node.js
Expand Down

0 comments on commit 3a7a52a

Please sign in to comment.