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
|
runs-on: stackit-docker
|
||||||
|
|
||||||
steps:
|
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
|
- name: First Chat Message
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||||
with:
|
with:
|
||||||
author: ${{ forgejo.actor }}
|
author: ${{ forgejo.actor }}
|
||||||
giturl: ${{ forgejo.server_url }}
|
giturl: ${{ forgejo.server_url }}
|
||||||
# status: ${{ job.status }}
|
# status: ${{ job.status }} # optional
|
||||||
actionid: ${{ forgejo.run_number }}
|
actionid: ${{ forgejo.run_number }}
|
||||||
webhook: "${{ secrets.WEBHOOK_URL }}"
|
webhook: "${{ secrets.WEBHOOK_URL }}"
|
||||||
# event_body: "" # optional
|
# event_body: "" # optional
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue