Skip to content

Commit

Permalink
chore(ci): add commit info for run_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyMalv committed Sep 4, 2023
1 parent 18caef6 commit a3eadd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
run: |
echo trigger [ ${{ github.event_name }} ]
echo started by ${{ github.triggering_actor }} running for [ ${{ github.ref_name }} ]
echo full ref: ${{ github.ref }}
echo commit: ${{ github.event.head_commit.message }}
echo commit_id: ${{ github.event.head_commit.id }}
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a3eadd0

Please sign in to comment.