Skip to content

Commit 2bafc60

Browse files
committed
Fix path on notification script
1 parent 8de8ca4 commit 2bafc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
ELIXIR_FORUM_TOKEN: ${{ secrets.ELIXIR_FORUM_TOKEN }}
2626
ELIXIR_LANG_ANN_TOKEN: ${{ secrets.ELIXIR_LANG_ANN_TOKEN }}
2727
run: |
28-
elixir .github./workflows/notify.exs ${{ github.ref_name }}
28+
elixir .github/workflows/notify.exs ${{ github.ref_name }}

0 commit comments

Comments
 (0)