diff --git a/.github/workflows/frog.yml b/.github/workflows/frog.yml index 4ced7d8..511a3d7 100644 --- a/.github/workflows/frog.yml +++ b/.github/workflows/frog.yml @@ -107,7 +107,8 @@ jobs: cd frogtests frog_bin=/usr/local/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib ./testaction.sh TEST_STAT=$(cat status.tmp) - echo "action_status=$TEST_STAT errors" >> $GITHUB_ENV + echo "action_status=frogtests" >> $GITHUB_ENV + echo "action_details=$TEST_STAT errors" >> $GITHUB_ENV continue-on-error: true - name: Notify IRC of end result