This commit is contained in:
parent
ab184a741a
commit
ffd2cd4716
1 changed files with 1 additions and 9 deletions
10
.github/workflows/example.yml
vendored
10
.github/workflows/example.yml
vendored
|
|
@ -6,21 +6,13 @@ jobs:
|
|||
runs-on: stackit-docker
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Get commit hash
|
||||
if: ${{ always() }}
|
||||
run: echo "::set-output name=sha8::$(echo ${FORGEJO_SHA} | cut -c1-8)"
|
||||
id: slug
|
||||
|
||||
- name: First Chat Message
|
||||
if: ${{ always() }}
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||
with:
|
||||
author: ${{ forgejo.actor }}
|
||||
giturl: ${{ forgejo.server_url }}
|
||||
# status: ${{ job.status }}
|
||||
# status: ${{ job.status }} # optional
|
||||
actionid: ${{ forgejo.run_number }}
|
||||
webhook: "${{ secrets.WEBHOOK_URL }}"
|
||||
# event_body: "" # optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue