From 02f36c467074a597c532c37c05423c86259b8c73 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Mon, 30 Jun 2025 09:36:43 +0100 Subject: [PATCH] bug fix for `mdanalysis-compatibility-failure.md` call within `project-ci.yaml` --- .github/workflows/project-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-ci.yaml b/.github/workflows/project-ci.yaml index f51c2c6..2f38586 100644 --- a/.github/workflows/project-ci.yaml +++ b/.github/workflows/project-ci.yaml @@ -110,6 +110,6 @@ jobs: RUN_NUMBER: ${{ github.run_number }} RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} with: - filename: .github/mdanalysis-compatibility-failure.md + filename: .github/workflows/mdanalysis-compatibility-failure.md update_existing: true search_existing: open \ No newline at end of file