Skip to content

Commit

Permalink
Update docker-init.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AshanFernando committed Jul 11, 2024
1 parent f37dce3 commit 00be2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
uses: actions/checkout@v3
- name: Create symlink to _w directory
run: |
mkdir -p /home/runner/work/_actions/bit-tasks/init/main/dist
ln -s /__w/_actions/bit-tasks/init/main/dist/index.js /home/runner/work/_actions/bit-tasks/init/main/dist/index.js
mkdir -p /home/runner/work/_actions/bit-tasks/
ln -s /__w/_actions/bit-tasks/ /home/runner/work/_actions/bit-tasks/
- name: Initialize Bit
uses: bit-tasks/init@main
with:
Expand Down

0 comments on commit 00be2d3

Please sign in to comment.