File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2323 - name : Get the version
2424 id : get_version
2525 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
26-
26+ - name : Print Home
27+ run : echo $HOME
28+ - name : Print Workspace
29+ run : echo $PWD
30+ - name : Link source Into Workspace 1
31+ run : mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
32+ - name : Link source Into Workspace 2
33+ run : ln -s $PWD $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
34+ - name : Link source Into Workspace 3
35+ run : ls -al $HOME/bowler-workspace/gitcache/github.com/
36+ - name : Link source Into Workspace 4
37+ run : ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
38+ - name : Link source Into Workspace 5
39+ run : ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/
40+
2741 - name : Install libraries
2842 run : |
2943 sudo apt update
You can’t perform that action at this time.
0 commit comments