Skip to content

Commit 23f8a2a

Browse files
committed
Fixed flow names
1 parent 6c0575e commit 23f8a2a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/attest-source-controls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
# kosli commands picks up org, flow, trail and api-token from these environment variables
1111
KOSLI_ORG: "${{ vars.KOSLI_ORG }}"
12-
KOSLI_FLOW: multi-repo-front
12+
KOSLI_FLOW: jira-multi-repo-front
1313
KOSLI_TRAIL: ${{ github.sha }}
1414
KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}"
1515
KOSLI_CLI_VERSION: "${{ vars.KOSLI_CLI_VERSION }}"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/**
2+
.vscode/**

app/frontend/frontend-content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ This is just a file to test out that changes to frontend source code
22
can trigger a build, reporting to Kosli and Jira
33
Part of the jira-multi-report-front project
44

5-
counter=1
5+
counter=2

0 commit comments

Comments
 (0)