Skip to content

Commit

Permalink
GH actions: export commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Feb 14, 2023
1 parent 10be7b6 commit 4b118f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Create NXOntology
run-name: Create ${{ inputs.source }}
on:
# schedule:
# # https://crontab.guru/#05_11_*_*_2
Expand Down Expand Up @@ -75,6 +76,12 @@ jobs:
with:
folder: ./${{ steps.params.outputs.output_path }}
branch: ${{ steps.params.outputs.output_path }}
commit-message: |
Export ${{ github.event.inputs.source }}
Ontology generated from source code at ${{ github.sha }}.
Run in https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
Triggered by @${{ github.actor }}.
- name: Stop GCE runner
if: always()
uses: related-sciences/gce-github-runner@main
Expand Down

0 comments on commit 4b118f0

Please sign in to comment.