Skip to content

Commit f4a912c

Browse files
committed
Fixed action path
1 parent 53f8296 commit f4a912c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_with_jira.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: ./github/actions/sync_with_jira/
10+
- uses: ./.github/actions/sync_with_jira/
1111
with:
1212
webhook-url: https://automation.atlassian.com/pro/hooks/01e3a9679be4d3e0e0fb7c1654d5bb603b0111a0

0 commit comments

Comments
 (0)