diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 0e84a74..62e5ad6 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -66,6 +66,7 @@ jobs: - name: Deploy to k8 if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'dev' }} run: | + echo "# 🎊 Successfully pushed kennyd3d/${{ env.ARTIFACT_NAME }}:${{ env.SHA_SHORT }} to Artifactory" >> $GITHUB_STEP_SUMMARY echo "Pretending to deploy to k8" # Build test and deploy to qa namespace when a release tag is created