Skip to content

Commit

Permalink
Github Actions : trying to symlink from _work
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroZappa committed Feb 8, 2024
1 parent 9a5d58f commit cd2e7ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: |
actions/checkout@v3
ln -s ~/actions-runner/_work/zedro-dotfiles/ ~/.dotfiles
# Runs a single command using the runners shell
- name: Run a one-line script
Expand Down

0 comments on commit cd2e7ce

Please sign in to comment.