1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 21:49:58 +02:00

fix(build): remove duplicate echo statement for GITHUB_REPOSITORY_OWNER in workflow

This commit is contained in:
mr. M 2025-03-23 11:31:21 +01:00
parent 4f140893c9
commit 569ee488f5
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -51,7 +51,6 @@ jobs:
echo "update_branch: ${{ inputs.update_branch }}" echo "update_branch: ${{ inputs.update_branch }}"
echo "GITHUB_REPOSITORY: ${{ github.repository }}" echo "GITHUB_REPOSITORY: ${{ github.repository }}"
echo "GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}" echo "GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}"
echo "GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}"
echo "GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}" echo "GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"
buildid: buildid: