chore(release): 0.3.1 [skip ci]
## [0.3.1](https://stackit-solutions.git.onstackit.cloud/actions/notify/compare/v0.3.0...v0.3.1) (2026-04-17) ### Bug Fixes * pipeline fixes ([b195a1d](b195a1dcfd))
This commit is contained in:
parent
b195a1dcfd
commit
a2d6cf9305
5 changed files with 11 additions and 4 deletions
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Sample Testing
|
|||
on: [workflow_dispatch]
|
||||
|
||||
env:
|
||||
VER: 0.1.2
|
||||
VER: 0.3.1
|
||||
|
||||
jobs:
|
||||
my_job:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
- '**'
|
||||
|
||||
env:
|
||||
VER: 0.1.2
|
||||
VER: 0.3.1
|
||||
|
||||
# If a 403 error occurs, make sure to set content permission to write
|
||||
# see: https://github.com/go-semantic-release/action/issues/27
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
## [0.3.1](https://stackit-solutions.git.onstackit.cloud/actions/notify/compare/v0.3.0...v0.3.1) (2026-04-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* pipeline fixes ([b195a1d](https://stackit-solutions.git.onstackit.cloud/actions/notify/commit/b195a1dcfdd7bf98eaaeb976d08260a2457da317))
|
||||
|
||||
# [0.3.0](https://stackit-solutions.git.onstackit.cloud/actions/notify/compare/v0.2.0...v0.3.0) (2026-04-17)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
# ... all your steps
|
||||
- name: Sample Chat Message
|
||||
if: ${{ always() }} # runs als after fails
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.3.1
|
||||
with:
|
||||
title: "[START] sample test (${{ forgejo.run_number }})"
|
||||
author: ${{ forgejo.actor }}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ inputs:
|
|||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://stackit-solutions.git.onstackit.cloud/actions/notify-slim:v0.1.2'
|
||||
image: 'docker://stackit-solutions.git.onstackit.cloud/actions/notify-slim:v0.3.1'
|
||||
# image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.project }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue