From 184d1bd219fbb69eabc2d2bb482a4be1ddaebd9a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 12 Aug 2022 13:14:20 +0100 Subject: [PATCH] Specify the repository Signed-off-by: Pedro Algarvio --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a94b0a..1f5a6d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: - name: Push Changes uses: ad-m/github-push-action@master with: + repository: ${{ github.repository }} branch: develop ssh: true @@ -134,6 +135,7 @@ jobs: - name: Push Changes uses: ad-m/github-push-action@master with: + repository: ${{ github.repository }} branch: stable tags: true ssh: true @@ -238,6 +240,7 @@ jobs: - name: Push Changes uses: ad-m/github-push-action@master with: + repository: ${{ github.repository }} branch: develop ssh: true