Skip to content

Commit

Permalink
#6 [test] test ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeorinY committed Dec 2, 2023
1 parent 768b121 commit 1b7ce79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI
run-name: . ${{ github.actor }} . ${{ github.base_ref }} . ${{ github.head_ref }} . ${{ github.ref }} . ${{ github.event_name }} . ${{ github.run_number }} . ${{ github.sha }} . ${{ github.triggering_actor }}
run-name: . ${{ github.base_ref }} . ${{ github.head_ref }}
# . ${{ github.ref }} . ${{ github.event_name }}
# . ${{ github.run_number }} . ${{ github.sha }} . ${{ github.triggering_actor }}
#run-name: Integration to ${{ inputs.deploy_target }} by @${{ github.actor }}/

on:
Expand Down

0 comments on commit 1b7ce79

Please sign in to comment.