Skip to content

Commit

Permalink
add more log
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Jan 4, 2024
1 parent 047773e commit 3695876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/circleci_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Approve
run: echo For security reasons, all pull requests need to be approved first before running any automated CI.
run: echo For security reasons, all pull requests need to be approved first before running any automated CI. $GITHUB_BASE_REF $GITHUB_HEAD_REF
trigger-circleci:
runs-on: ubuntu-latest
needs: [approve] # Require the first step to finish
Expand Down

0 comments on commit 3695876

Please sign in to comment.