diff --git a/.github/workflows/inotify_version.yml b/.github/workflows/inotify_version.yml index 8f6b917..76fa174 100644 --- a/.github/workflows/inotify_version.yml +++ b/.github/workflows/inotify_version.yml @@ -21,7 +21,7 @@ jobs: curl -s https://api.github.com/repos/inotify-tools/inotify-tools/releases/latest \ | grep "tag_name" \ | sed -E 's/.*"([^"]+)".*/\1/' \ - > inotify_version + > docs/inotify_version - name: Commit and push changes run: | git config --global user.email "github-actions@example.com"