From 9819abb0f3cf3f3835ccce439f7d9ec6c70d3835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20L=C3=B6rwald?= <10850250+stefanloerwald@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:03:28 +0200 Subject: [PATCH] updated dependencies --- .github/workflows/dotnet-core.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 98b02502..21c318b2 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -38,8 +38,7 @@ jobs: - name: Deploy to Github Pages uses: JamesIves/github-pages-deploy-action@v4.6.1 with: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - BASE_BRANCH: main # The branch the action should deploy from. - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: app/publish/wwwroot # The folder the action should deploy. - SINGLE_COMMIT: true + token: ${{ secrets.ACCESS_TOKEN }} + branch: gh-pages # The branch the action should deploy to. + folder: app/publish/wwwroot # The folder the action should deploy. + single-commit: true