Skip to content

Commit

Permalink
Testing 24
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed May 23, 2024
1 parent fa5e7bb commit 7d186dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-test-build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checking ...
run: |
ls -la ./
echo "AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}"
- name: Uploading to S3
id: upload
Expand All @@ -51,4 +51,4 @@ jobs:
GITHUB_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr comment "$PR_NUMBER" --body "APKs built during build-by-boris are available [here](${{ steps.upload.outputs.file-url }})"
gh pr comment "${{ github.event.pull_request.number }}" --body "APKs built during build-by-boris are available [here](${{ steps.upload.outputs.file-url }})"

0 comments on commit 7d186dc

Please sign in to comment.