From 9e0882fca78217be7014fcb8f0696caa644abf3a Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Sat, 28 Jan 2023 11:12:25 +0100 Subject: [PATCH] Fix argument Former-commit-id: 0ffd550ebd44d976fdcc97936e890ef2c7e4cc98 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efcacd3..a1d5c8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,12 @@ jobs: - name: Prepare .NET uses: actions/setup-dotnet@v1 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} dotnet-version: '6.0.x' - name: Prepare FFMpeg uses: FedericoCarboni/setup-ffmpeg@v1 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Test with dotnet run: dotnet test --logger GitHubActions