chore: add notification action
[skip ci]
This commit is contained in:
parent
064d2cf1db
commit
683bc64c12
4 changed files with 43 additions and 36 deletions
11
.github/actions/acc_test/action.yaml
vendored
11
.github/actions/acc_test/action.yaml
vendored
|
|
@ -65,20 +65,9 @@ inputs:
|
|||
description: "testfile to run"
|
||||
default: ''
|
||||
|
||||
|
||||
#outputs:
|
||||
# random-number:
|
||||
# description: "Random number"
|
||||
# value: ${{ steps.random-number-generator.outputs.random-number }}
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
# - name: Random Number Generator
|
||||
# id: random-number-generator
|
||||
# run: echo "random-number=$(echo $RANDOM)" >> $GITHUB_OUTPUT
|
||||
# shell: bash
|
||||
|
||||
- name: Install needed tools
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue