From 8f5d042c83f0c4b3f7a9aedc3106dd30497a988d Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Wed, 24 Jul 2024 12:25:06 +0200 Subject: [PATCH] Do not dispatch to opm-simulators but to opm-python-documentation --- .github/workflows/dispatch_opm_simulators.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dispatch_opm_simulators.yml b/.github/workflows/dispatch_opm_simulators.yml index 3d6119f4373..bc53a962893 100644 --- a/.github/workflows/dispatch_opm_simulators.yml +++ b/.github/workflows/dispatch_opm_simulators.yml @@ -1,4 +1,4 @@ -name: Dispatch to opm-simulators +name: Dispatch to opm-python-documentation on: push: @@ -18,12 +18,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Send dispatch to opm-simulators + - name: Send dispatch to opm-python-documentation env: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | curl -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \ - https://api.github.com/repos/${{ github.repository_owner }}/opm-simulators/dispatches \ + https://api.github.com/repos/${{ github.repository_owner }}/opm-python-documentation/dispatches \ -d '{"event_type":"docstrings_common_updated"}'