diff --git a/.github/workflows/container-deploy.yml b/.github/workflows/container-deploy.yml index 1d060532..20571da7 100644 --- a/.github/workflows/container-deploy.yml +++ b/.github/workflows/container-deploy.yml @@ -221,19 +221,10 @@ jobs: cd ${{ matrix.env }} docker system prune -af - - uses: frankie567/grafana-annotation-action@v1.0.3 + - uses: basos9/grafana-annotation-action@v1.0.3 if: ${{ always() }} with: apiHost: https://grafana.openfoodfacts.org apiToken: ${{ secrets.GRAFANA_API_TOKEN }} text: Deployment ${{ steps.livecheck.outcome }} on ${{ matrix.env }} tags: type:deployment,origin:github,status:${{ steps.livecheck.outcome }},repo:${{ github.repository }},sha:${{ github.sha }},app:taxonomy-editor,env:${{ matrix.env }} -======= - - uses: basos9/grafana-annotation-action@v1.0.3 - if: ${{ always() }} - with: - apiHost: https://grafana.openfoodfacts.org - apiToken: ${{ secrets.GRAFANA_API_TOKEN }} - text: Deployment ${{ steps.livecheck.outcome }} on ${{ matrix.env }} - tags: type:deployment,origin:github,status:${{ steps.livecheck.outcome }},repo:${{ github.repository }},sha:${{ github.sha }},app:taxonomy-editor,env:${{ matrix.env }} ->>>>>>> Stashed changes