From af16fd2ea37f6302b8583ccc59fe7da9b92bd279 Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Tue, 28 Nov 2023 13:51:10 -0500 Subject: [PATCH] updating code --- .github/workflows/configure-rhel8-equinix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/configure-rhel8-equinix.yaml b/.github/workflows/configure-rhel8-equinix.yaml index f7fc050..7330798 100644 --- a/.github/workflows/configure-rhel8-equinix.yaml +++ b/.github/workflows/configure-rhel8-equinix.yaml @@ -62,7 +62,7 @@ jobs: echo "export INTERFACE=${{ env.INTERFACE }}" >> /opt/quibinode_navigator/.env source /opt/quibinode_navigator/.env && sudo -E /opt/quibinode_navigator/rhel8-linux-hypervisor.sh || exit $? - - name: Send a repository dispatch event to restart the workflow if it failed + - name: Send a repository dispatch event to restart the workflow if it failed if: ${{ failure() }} uses: actions/github-script@v3 with: