From 636f048eec65640c129b1c853aea8400dabb1fa7 Mon Sep 17 00:00:00 2001 From: Tobias Brenner <19689801+brenner-tobias@users.noreply.github.com> Date: Thu, 20 Jan 2022 22:45:30 +0100 Subject: [PATCH] Update push-to-beta.yml --- .github/workflows/push-to-beta.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/push-to-beta.yml b/.github/workflows/push-to-beta.yml index 0708a75..f377403 100644 --- a/.github/workflows/push-to-beta.yml +++ b/.github/workflows/push-to-beta.yml @@ -18,15 +18,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - + # Runs a set of commands using the runners shell - name: Pushes to beta repository - uses: cpina/github-action-push-to-another-repository@main - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - with: - source-directory: '' - destination-github-username: 'brenner-tobias' - destination-repository-name: 'ha-addons-beta' - user-email: 19689801+brenner-tobias@users.noreply.github.com - target-branch: main + run: pwd