]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Use github.event.ref
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 22 Feb 2020 22:13:49 +0000 (23:13 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 22 Feb 2020 22:13:49 +0000 (23:13 +0100)
.github/workflows/coverage.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index f1322e7621cd753d4d983fb78820c3ba3ba5451e..c774cdd6005a5e90025d7883a477497e45d7a48e 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       uses: fennecdjay/gwion-action@v1
       with:
         dir: .
-        ref: ${{ github.ref }}
+        ref: ${{ github.event.ref }}
         run: 'true'
       env:
         USE_COVERAGE: 1
index b6a73684e98b9a1fd2ba6f7e4c7648d18fce954d..b54c6769205e34265d32c0bbad0f9ce0f2d38082 100644 (file)
@@ -20,7 +20,7 @@ jobs:
     - name: Build Gwion
       uses: fennecdjay/gwion-action@v1
       with:
-        ref: ${{ github.ref }}
+        ref: ${{ github.event.ref }}
         run: true
       env:
         CC: ${{ matrix.cc }}
index 1ed5add37f3c96c424ef4466c8a913684de11755..8c009137d1d1395185f04c9f0b39d93c6f6787b2 100644 (file)
@@ -20,7 +20,7 @@ jobs:
     - name: Build Gwion
       uses: fennecdjay/gwion-action@v1
       with:
-        ref: ${{ github.ref }}
+        ref: ${{ github.event.ref }}
         run: true
       env:
         CC: ${{ matrix.cc }}
index 9c65bd15f140fdaf617e683f4aa004974e632d7c..578efa199d40ef9b90542e1c01d37a552bb089ba 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     - name: Build Gwion
       uses: fennecdjay/gwion-action@v1
       with:
-        ref: ${{ github.ref }}
+        ref: ${{ github.event.ref }}
         run: true
       env:
         CC: gcc