Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockwisdom committed Jan 24, 2024
1 parent ab5730f commit 7ccddb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
script: |
if [[ "${{ github.event_name }}" == "pull_request" && "${{ github.event.pull_request.merged }}" == true && ("${{ github.event.pull_request.base.ref }}" == "staging") ]]; then
cd /root/apk-reproduce/Deku-SMS-Android/ci && \
./ci_cd.sh ${{ github.event.pull_request.base.ref }}
./ci_cd.sh ${{ secrets.JKS_PASS }}
else
echo "PR is not merged into '${{ github.event.pull_request.base.ref }}'. Workflow will not run."
exit 1
Expand Down

0 comments on commit 7ccddb7

Please sign in to comment.