Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Local Test

on:
push:
branches: [main]

jobs:
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Test Action
uses: ./ # path locale all’action
with:
name: "test name"
url: "${{ secrets.TEAMS_WEBHOOK_URL }}"
status: "success"
artifactUrl: "https://example.com/artifact.zip"
jiraBoardName: KALI
atlassianDomain: https://ctinnovation.atlassian.net
collapse: 1

2 changes: 2 additions & 0 deletions .secrets
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TEAMS_WEBHOOK_URL=https://prod-176.westeurope.logic.azure.com:443/workflows/ba114b7a25784617b2b82855c9ca2a3d/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=42ZExZZm_VE3yS-Zdc6Uza7O8A67ElJvF5Fmg98ZJBA
GCHAT_WEBHOOK_URL=
1 change: 1 addition & 0 deletions assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading