Browse Source

update main workflow to use proper yml expressions

Mark Szepieniec 3 years ago
parent
commit
0004353ba4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/main.yml

+ 2 - 1
.github/workflows/main.yml

@@ -22,7 +22,8 @@ jobs:
         credentials:
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
-        options: -v $GITHUB_WORKSPACE:$GITHUB_WORKSPACE
+        volumes:
+          - ${{ github.workspace }}:${{ github.workspace }}
 
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it