Browse Source

update main workflow to use proper yml expressions

Mark Szepieniec 3 năm trước cách đây
mục cha
commit
0004353ba4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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